What would you have in a shared module?



What would you have in a shared module?..

Answer / Rajkamal Singh

In a shared module, you would typically place components, directives, pipes, or services that can be used across multiple features or modules of your application. This helps reduce duplication and increases reusability.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What is parent scope and rootscope in angularjs?

1 Answers  


What is @injectable()?

1 Answers  


Is angular asynchronous?

1 Answers  


Explain service? When we should use service?

1 Answers  


What is angular router?

1 Answers  


What is class in typescript?

1 Answers  


How to find the index counter in ng-repeat angular js?

1 Answers  


What is a controller angular?

1 Answers  


Can you bootstrap multiple angular applications on same element?

1 Answers  


How to starting angular 4 apps using ionic 3 cli commands?

1 Answers  


How angular protects us from xss attacks?

1 Answers  


How to redirect to 404 or other path if the path does not exist in angular 2?

1 Answers  


Categories