import {Component} from 'angular2/core'; @Component({ selector: 'child-state-two', template : `This is child state two` }) export class ChildStateTwoComponent {}