Created
April 3, 2016 15:23
-
-
Save sidthesloth92/66287078f504338c7f50edf9f5e97129 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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