I am developing an node app with angular2 and gulp. I have written a component file login.ts as follows:
import {Component, View} from \'angular2/angular2\';
import {Component} from "@angular/core"; @Component({ selector: "userForm", template: '' }); export class userForm{ public flag = false; //boolean value: true/false }