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 |
What is parent scope and rootscope in angularjs?
What is @injectable()?
Is angular asynchronous?
Explain service? When we should use service?
What is angular router?
What is class in typescript?
How to find the index counter in ng-repeat angular js?
What is a controller angular?
Can you bootstrap multiple angular applications on same element?
How to starting angular 4 apps using ionic 3 cli commands?
How angular protects us from xss attacks?
How to redirect to 404 or other path if the path does not exist in angular 2?