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