0 votes
100 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 120 views
0 votes
1 answer 115 views
0 votes
1 answer 128 views
0 votes
1 answer 149 views
0 votes
1 answer 111 views

2.8k questions

2.8k 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.
...