Skip to content

Instantly share code, notes, and snippets.

@pmaoui
Created February 1, 2018 17:08
Show Gist options
  • Save pmaoui/1cd557ef128abb7e68c3a06c11d06b95 to your computer and use it in GitHub Desktop.
Save pmaoui/1cd557ef128abb7e68c3a06c11d06b95 to your computer and use it in GitHub Desktop.
import 'zone.js';
import 'reflect-metadata';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { AppModule } from './app.module';
platformBrowserDynamic().bootstrapModule(AppModule);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment