export class AppController { title: String; $onInit () { this.title = 'app'; } }