What Is *ngFor And *ngIf In Angular
In this article, we are going to learn how to use *ngFor and *ngIf directive in angular application.
In this article, we are going to learn how to use *ngFor and *ngIf directive in angular application.
you write a pipe which you can then use in the *ngfor directive. How to apply filters to *ngFor?
In this article, we will learn about how we can bind the Drop-Down List in Angular and how to apply the required validation on it.
A Drop-Down List is a graphical control element, that allows the user to choose one value from a list. When a Drop-Down List is activated, it displays a list of values, from which the user may select one. When inactive, it displays a single value.