Skip to content

Instantly share code, notes, and snippets.

@squadwuschel
Last active February 28, 2017 08:22
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 squadwuschel/8c1ee6a64990b023dcfd50dec49b560b to your computer and use it in GitHub Desktop.
Save squadwuschel/8c1ee6a64990b023dcfd50dec49b560b to your computer and use it in GitHub Desktop.
Angular 2 RC1 boot.js
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { AppModule } from "./app.module";
platformBrowserDynamic().bootstrapModule(AppModule);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment