Skip to content

Instantly share code, notes, and snippets.

@sidthesloth92
Created April 3, 2016 15:23
Show Gist options
  • Save sidthesloth92/ae784b1c0867789264eadca25841e087 to your computer and use it in GitHub Desktop.
Save sidthesloth92/ae784b1c0867789264eadca25841e087 to your computer and use it in GitHub Desktop.
import {Component} from 'angular2/core';
@Component({
selector: 'child-state-two',
template : `This is child state two`
})
export class ChildStateTwoComponent {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment