Why is the component in this simple plunk
@Component({ selector: \'my-app\', template: `I\'m {{message}} `, }) export class App {
You can also create a timer using the rxjs Observable.timer function, and then update the message in your subscription:
Observable.timer
Observable.timer(1).subscribe(()=> this.updateMessage());