what is all ng tag in Angular - amresh087/newronaRepos GitHub Wiki

ngIf: Conditionally includes or excludes an element.

ngFor: Repeats an element for each item in a collection.

ngSwitch, ngSwitchCase, ngSwitchDefault: Conditionally displays a set of elements based on a switch expression.

ngClass: Dynamically sets CSS classes on an element.

ngStyle: Dynamically sets inline styles on an element.

ngModel: Two-way data binding for form elements.

ngTemplateOutlet: Inserts an ng-template dynamically.