Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

angular optional attribute binding

<input *ngIf="!(!name)" type="checkbox" [name]="name">
<input *ngIf="!name" type="checkbox">
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #angular #optional #attribute #binding
ADD COMMENT
Topic
Name
4+5 =