Created
April 2, 2016 15:19
-
-
Save sidthesloth92/d4df5006d1d995c0b085b178656fa10c 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 : 'view-two', | |
template : `This is view two` | |
}) | |
export class ViewTwoComponent {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment