Skip to content

Instantly share code, notes, and snippets.

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