Try NgIf
import {NgIf} from 'angular2/common'
<h2 *ngIf="hideWelcome">Welcome!</h2>
Docs: https://angular.io/docs/ts/latest/api/common/NgIf-directive.html
Try NgIf
import {NgIf} from 'angular2/common'
<h2 *ngIf="hideWelcome">Welcome!</h2>
Docs: https://angular.io/docs/ts/latest/api/common/NgIf-directive.html