Skip to content

Instantly share code, notes, and snippets.

@huytrongnguyen
Created April 8, 2018 02:22
Show Gist options
  • Save huytrongnguyen/5265d18fe14be179d196ca96e04f2ce8 to your computer and use it in GitHub Desktop.
Save huytrongnguyen/5265d18fe14be179d196ca96e04f2ce8 to your computer and use it in GitHub Desktop.
import 'zone.js';
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