console.log('It works here') @Component({..) export class App { consoletext: string = "Hello2"; constructor() { console.log(this.consoletext) } }