Angular helps build views that are declarative and use HTML markup. Angular helps reuse most HTML elements and features. It helps extend functionality, making it a powerful framework.
This chapter describes various types of directives. It lists some of Angular’s most popular built-in directives. The directives help code conditional logic in the HTML template, iterate through the collections, and apply the styles dynamically.
Directives
Angular provides the ability to augment the HTML template and provide additional features and functionalities. Directives play an important ...