Skip to content

Commit

Permalink
Fix test undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptiste MENADIER committed Oct 5, 2020
1 parent 9c97d96 commit 0e8226a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,5 @@ <h3>21. update to empty/null/undefined ({{value21}})</h3>
</select2>
<button (click)="value21 = ''">Update value to empty string</button>
<button (click)="value21 = null">Update value to null</button>
<button (click)="value21 = null">Update value to undefined</button>
<button (click)="value21 = undefined">Update value to undefined</button>
</div>

0 comments on commit 0e8226a

Please sign in to comment.