Thursday, March 2, 2017

What did the *ngIf stuff look like in Angular 1?

<div ng-if="foo == 'whatever'">
   you can see this!
</div>

No comments:

Post a Comment