The post Angular 8/9 Events List Cheatsheet appeared first on positronX.io.
Angular Directives is basically a js class. We declare it as @directive. And there are 3 directives in Angular 8|9. You can take a look at the list of directives below –
Component Directives
Component directives form the main class. It possesses the details about how the component should be instantiated, processed and utilized at runtime.
Top comments (0)