Why you use browsermodule, commonmodule, formsmodule, routermodule, and httpclientmodule?



Why you use browsermodule, commonmodule, formsmodule, routermodule, and httpclientmodule?..

Answer / Amber Goel

BrowserModule is the main Angular module that provides necessary services for Angular applications to run in a web browser. CommonModule is used to import shared functionality into components. FormsModule enables form handling and two-way data binding. RouterModule is responsible for routing navigation within an application. HttpClientModule offers a modern, efficient HTTP client for performing HTTP requests.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

Does AngularJS has dependency on jQuery?

1 Answers   SLK Software,


How many types of ngmodule?

1 Answers  


What are the difference between angular 4 & angular 5?

1 Answers  


What is a structural directive?

1 Answers  


Define ng-if, ng-show and ng-hide.

1 Answers  


What is the controller?

1 Answers  


What is modules? What are ngmodule metadata?

1 Answers  


Explain deep linking in angularjs?

1 Answers  


What is pipe in rxjs?

1 Answers  


What are the core differences between observables and promises?

1 Answers  


Explain angular 4 providers.

1 Answers  


What is providedin in angular?

1 Answers  


Categories