How to write ngIf Else Condition Statement in Angular?

Angular 4 updated the *ngIf directive with new feature that allows us to use if/else style syntax as shown below Using If <div *ngIf=”isValid”> If

Continue reading