1.

What is the difference between declarations and entryComponents?

Answer»
DeclarationsentryComponents
USED to make Directives including components and PIPES within a SPECIFIC moduleUsed to register components for offline COMPUTATION in a module
Directives, components, and pipes are matched against the HTML only if they are declared or importedComponents used for router config can be added IMPLICITLY


Discussion

No Comment Found