How do we import a module in angular 5?



How do we import a module in angular 5?..

Answer / Alam Singh Tomar

To import a module in Angular 5/4, you need to add it to the list of imports within your application's main module (AppModule). After that, Angular will automatically recognize the module and make its services and directives available to other parts of your application.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What is webpack in angular?

1 Answers  


How to debug the $rootscope object of angularjs when in the browser?

1 Answers  


How to load external css style into angular 2?

1 Answers  


What are the security threats should we be aware of in angular 2?

1 Answers  


Difference between directive and pipe in angular?

1 Answers  


What is route in angular?

1 Answers  


What are the ways to track the error in angularjs?

1 Answers  


What is the difference between es5 vs es6?

1 Answers  


What are directives in angular7?

1 Answers  


Who is the author of angular js?

1 Answers  


What are different ways to invoke a directive?

1 Answers  


What is ng last name?

1 Answers  


Categories