Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

ng else

<div *ngIf="isValid;else other_content">
    content here ...
</div>

<ng-template #other_content>other content here...</ng-template>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #ng
ADD COMMENT
Topic
Name
1+5 =