What is feature modules?
Answer / Kanhaiya Lal
Feature Modules in Angular are self-contained modules that represent a part of the application's functionality. They can be shared across multiple applications and help keep the code organized, testable, and reusable.nnTo create a Feature Module, you can use the `@NgModule` decorator just like with regular modules, but instead of declaring components, services, etc., directly in the `imports` array, you should declare the feature module itself.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you bypass sanitation in angular and why would you do so?
What is @viewchild in angular?
Explain the steps for creating a services in angular 2?
What are observables in angular?
How to create custom form validations in angular?
Where is angular used?
What are the uses of angularjs?
What is routerstatesnapshot in angular?
What is the use of ng-cloak directive in angularjs?
What is router-link directive in angular 2?
What is the digest cycle in angularjs?
Explain the use of @injectable()?