What would you not put the shared module?
Answer / Poojatyagi
You should avoid putting services that have dependencies on application-specific components in a shared module. Shared modules are meant to contain reusable components, directives, and pipes, but not application-specific business logic or services with dependencies that may not be available in other parts of the application.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does transclude mean?
What is innerhtml in angular?
Explain what is the difference between link and compile in angular.js?
How to add rows in angular js?
What is the difference between a link and compile in angularjs?
What is the difference between angular 1(angularjs) and angular?
Which components can be injected as a dependency in angular js?
What is pipe?
What are the features of bazel?
What is the difference between ng-if, ng-show/ng-hide?
What is a controller?
Do you think that parent controller can access the methods of child controller or vice versa?