Skip to content

Instantly share code, notes, and snippets.

@sidthesloth92
Created April 1, 2016 03:16
Show Gist options
  • Save sidthesloth92/79bfb0d7b5eea7f5e1671eb3bf0f08c8 to your computer and use it in GitHub Desktop.
Save sidthesloth92/79bfb0d7b5eea7f5e1671eb3bf0f08c8 to your computer and use it in GitHub Desktop.
import {bootstrap} from 'angular2/platform/browser';
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