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 (