Created
April 1, 2016 03:16
-
-
Save sidthesloth92/79bfb0d7b5eea7f5e1671eb3bf0f08c8 to your computer and use it in GitHub Desktop.
This file contains 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 {bootstrap} from 'angular2/platform/browser'; | |
import {AppComponent} from './app.component'; | |
bootstrap(AppComponent); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment