Angular basic interview question- What are built in directives available in angular?

Anil Kumar
May 25, 2023

--

Directive is a functionality of angular support division and reusability

Photo by Sen on Unsplash

the Build in directive are :

  1. ngIf
  2. ngFor
  3. ngSwitch
  4. ngClass
  5. ngStyle
  6. ngModel

--

--