Statistics
The Highest Post







Statistics
Count 98
Avg 20.27
Min 3
Max 21
Angualr Top questions

Details



Peter Agyekum What is the difference between @component and @directive in angular? Component is a directive which use shadow DOM to create encapsulate visual behavior called components. ... Directives is used to add behavior to an existing DOM element. Component is used to break up the application into smaller components. Directive is use to design re-usable components.
Related Topics