Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <p *ngIf="true">
  2. Expression is true and ngIf is true.
  3. This paragraph is in the DOM.
  4. </p>
  5. <p *ngIf="false">
  6. Expression is false and ngIf is false.
  7. This paragraph is not in the DOM.
  8. </p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement