How do you decide to create a new ngmodule?



How do you decide to create a new ngmodule?..

Answer / Awtar Singh

A new NgModule should be created when you need to define the configuration and dependencies for a part of your Angular 2 application. This includes defining components, services, directives, and imports from other modules.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

How to rollback the whole object when navigating back to a page managed by angular router in angular 8?

1 Answers  


How we can check for errors for a specific field in angularjs?

1 Answers  


How would you update angular 6 to angular 7?

1 Answers  


What is the difference between ng-show/ng-hide and ng-if directives?

1 Answers  


What is the difference between angular 2 and 5 and 6 and 4?

1 Answers  


How did you perform validation in angularjs?

1 Answers  


Why use node.js?

1 Answers  


Explain e2e testing of angular js applications.

1 Answers  


What IDEs you can use for AngularJS development?

1 Answers   SLK Software,


What is router and switch?

1 Answers  


What is the scope in angularjs?

1 Answers  


What are angular js expressions?

1 Answers  


Categories