0 votes
117 views
in MEAN by (0 points)
closed by
Dinesh is a developer working on front-end Angular application for Book store. He needs to fetch all existing book data from the backend server. In which of the following line number does Dinesh needs to add HttpClientModule?

import {NgModule) from '@angular/core'; import {BrowserModule } from '@angular/platform-browser",

import (HttpClientModule } from '@angular/common/http"

@NgModule({

imports: [

BrowserModule,

Line 1

declarations: [

AppComponent

Line 2

1

bootstrap: [

AppComponent.

Line 3

export class AppModule (
closed

1 Answer

0 votes
by (0 points)
 
Best answer
Line 1

Related questions

0 votes
1 answer 134 views
0 votes
1 answer 126 views
0 votes
1 answer 144 views
0 votes
1 answer 162 views
0 votes
1 answer 127 views

3.0k questions

3.0k answers

0 comments

76 users

Welcome to MCQ Village Q&A, where you can ask questions and receive answers from other members of the community.
...