Angular new control flow @for with async pipe and aliasing variable with as
I migrated from the structural directives *ngIf
and *ngFor
to the new control flow with @if
and @for
in Angular.
I migrated from the structural directives *ngIf
and *ngFor
to the new control flow with @if
and @for
in Angular.