Last active
February 28, 2017 08:22
-
-
Save squadwuschel/8c1ee6a64990b023dcfd50dec49b560b to your computer and use it in GitHub Desktop.
Angular 2 RC1 boot.js
This file contains 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 { 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