Skip to content

Instantly share code, notes, and snippets.

@kutyel
Last active June 21, 2016 06:15
Show Gist options
  • Save kutyel/7a9f22bd9442f5c9e312 to your computer and use it in GitHub Desktop.
Save kutyel/7a9f22bd9442f5c9e312 to your computer and use it in GitHub Desktop.
import { bootstrap } from '@angular/platform-browser-dynamic';
import { AppComponent } from './app.component';
bootstrap(AppComponent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment