Skip to content

Instantly share code, notes, and snippets.

@gdyrrahitis
Created July 13, 2018 21:09
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 gdyrrahitis/96e38232c14c641e4f75066c74062f0d to your computer and use it in GitHub Desktop.
Save gdyrrahitis/96e38232c14c641e4f75066c74062f0d to your computer and use it in GitHub Desktop.
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { AppModule } from './app.module';
platformBrowserDynamic().bootstrapModule(AppModule).then(
success => console.log('AppComponent bootstrapped! Angular2 is running!'),
error => console.log(error)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment