Skip to content

Instantly share code, notes, and snippets.

@sidthesloth92
Created April 2, 2016 19:16
Show Gist options
  • Save sidthesloth92/8174e83c3715aa9d8c4e5bfb00e8c062 to your computer and use it in GitHub Desktop.
Save sidthesloth92/8174e83c3715aa9d8c4e5bfb00e8c062 to your computer and use it in GitHub Desktop.
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