Angular basic interview question- What are built in directives available in angular?
May 25, 2023
Directive is a functionality of angular support division and reusability
the Build in directive are :
- ngIf
- ngFor
- ngSwitch
- ngClass
- ngStyle
- ngModel
Directive is a functionality of angular support division and reusability
the Build in directive are :