Difference between declarations and entryComponents in AngularJS
Declarations: These are the set of components, directives, and pipes (declares) that belong to the (this) module. These components are in the local scope (private visibility).Syntax:Â Â declarations: Array<Type | any[]>The set of selectors (directives, components, pipes) are declared:Â that are a