Skip to content

Instantly share code, notes, and snippets.

@sidthesloth92
Last active April 2, 2016 15:22
Show Gist options
  • Save sidthesloth92/39450b101f279f914bc32b3e2b79d453 to your computer and use it in GitHub Desktop.
Save sidthesloth92/39450b101f279f914bc32b3e2b79d453 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