What classes should I not add to module's declarations in angular 4?
Answer / Abhinaya Bhullar
You should not declare directives or components that are not used in any template of the current module, as this can lead to unnecessary memory usage and potential errors.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are differences between components and directives?
Does google own angular?
What is scope in javascript?
How to get actions of event binding in angular 4?
Is AngularJS a library, framework, plugin or a browser extension?
Can you explain to $on and/or $watch ?
Is angular 4 a framework?
What happen when I import the same module twice in angular 4?
Explain what is a factory method in angularjs?
What is $sce?
When should we use an attribute versus an element in custom directives?
How to load select box during page initialization using AngularJS?