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 |
Does AngularJS has dependency on jQuery?
How many types of ngmodule?
What are the difference between angular 4 & angular 5?
What is a structural directive?
Define ng-if, ng-show and ng-hide.
What is the controller?
What is modules? What are ngmodule metadata?
Explain deep linking in angularjs?
What is pipe in rxjs?
What are the core differences between observables and promises?
Explain angular 4 providers.
What is providedin in angular?