Created
April 2, 2016 19:16
-
-
Save sidthesloth92/8174e83c3715aa9d8c4e5bfb00e8c062 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 {bootstrap} from 'angular2/platform/browser'; | |
import {AppComponent} from './app.component'; | |
import {ROUTER_PROVIDERS} from 'angular2/router'; | |
bootstrap(AppComponent, [ | |
ROUTER_PROVIDERS | |
]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment