Skip to content

Instantly share code, notes, and snippets.

@sidthesloth92
Last active May 15, 2016 18:00
Show Gist options
  • Save sidthesloth92/5d22d22ba1469bfac809dab938b26c75 to your computer and use it in GitHub Desktop.
Save sidthesloth92/5d22d22ba1469bfac809dab938b26c75 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