
committed by
Alex Eagle

parent
a931a419fa
commit
64d4aafbc7
13
aio/content/examples/ngmodule-faq/src/main-static.ts
Normal file
13
aio/content/examples/ngmodule-faq/src/main-static.ts
Normal file
@ -0,0 +1,13 @@
|
||||
// #docplaster
|
||||
/*
|
||||
// #docregion
|
||||
// The browser platform without a compiler
|
||||
import { platformBrowser } from '@angular/platform-browser';
|
||||
|
||||
// The app module factory produced by the static offline compiler
|
||||
import { AppModuleNgFactory } from './app/app.module.ngfactory';
|
||||
|
||||
// Launch with the app module factory.
|
||||
platformBrowser().bootstrapModuleFactory(AppModuleNgFactory);
|
||||
// #enddocregion
|
||||
*/
|
Reference in New Issue
Block a user