Why use multiple ngmodules?
Answer / Kamal Kishor Vishwakarma
Using multiple NgModules can help organize and modularize an Angular application by breaking it into smaller, reusable pieces. Each module can have its own components, services, directives, and pipes, making it easier to manage and maintain large-scale applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is eventemitter angular2?
How AngularJS will automatically be initialized?
What is lazy loading angularjs?
How to setup and install ionic framework with angular 4?
What is the use of angular 7?
Explain ng-click directive?
What is router-outlet directive in angular 2?
What is an ng model?
What is property binding?
What is @injectable()? Why use?
What is the difference between a unit and end-to-end (e2e) test in angularjs?
What is bootstrapping in angular?