Skip to content

Instantly share code, notes, and snippets.

@kmaraz
Created March 5, 2019 12:21
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 kmaraz/f329f6bdd64b581b670d012a16758055 to your computer and use it in GitHub Desktop.
Save kmaraz/f329f6bdd64b581b670d012a16758055 to your computer and use it in GitHub Desktop.
import { platformBrowser } from '@angular/platform-browser';
// This file will be available during the compilation
import { AppModuleNgFactory } from './app.module.ngfactory';
platformBrowser().bootstrapModuleFactory(AppModuleNgFactory);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment