Skip to content

Instantly share code, notes, and snippets.

@IEvangelist
Created January 12, 2016 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IEvangelist/58cbc3cceba0e2efdd92 to your computer and use it in GitHub Desktop.
Save IEvangelist/58cbc3cceba0e2efdd92 to your computer and use it in GitHub Desktop.
import {bootstrap} from "angular2/platform/browser"
import {ROUTER_PROVIDERS} from "angular2/router";
import {HTTP_PROVIDERS} from "angular2/http";
import {AppComponent} from "./app.component"
bootstrap(AppComponent, [ROUTER_PROVIDERS, HTTP_PROVIDERS]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment