Html – Angular 17 – How to indicate both else to same ng-template for *ngIf using @if @else
I am trying to convert my code directives from Angular 16 to Angular 17. However, I am unable to achieve the reference in Angular 17 so that for both else it will refer to the same ng-template. <div *ngIf="movies; else…