@Component({
    selector: '',
    template: `<h1 *ngIf="value | isdefined">{{value}}</h1>`
})
class TestIsDefinedPipeComponent {