Skip to content

Instantly share code, notes, and snippets.

@wKoza
Created October 29, 2016 08:54
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 wKoza/aec4bf4b303001fdc8fe108c9e92c0e0 to your computer and use it in GitHub Desktop.
Save wKoza/aec4bf4b303001fdc8fe108c9e92c0e0 to your computer and use it in GitHub Desktop.
// Compilateur de la plateforme browser
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
// Notre module principal
import { AppModule } from './app.module';
// Compile et lance notre module
platformBrowserDynamic().bootstrapModule(AppModule);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment