Skip to content

Instantly share code, notes, and snippets.

@AkshayRana92
Created July 8, 2017 17: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 AkshayRana92/94b37293c5de1733e9f3d3b61b85e902 to your computer and use it in GitHub Desktop.
Save AkshayRana92/94b37293c5de1733e9f3d3b61b85e902 to your computer and use it in GitHub Desktop.
/// <reference path="../node_modules/@types/node/index.d.ts" />
import { platformBrowser } from '@angular/platform-browser';
import { AppModuleNgFactory } from '../dist/aot/app/app.module.ngfactory';
platformBrowser().bootstrapModuleFactory(AppModuleNgFactory);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment