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

--

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

--

--