
committed by
Alex Eagle

parent
a931a419fa
commit
64d4aafbc7
11
aio/content/examples/ngmodule-faq/src/main.1.ts
Normal file
11
aio/content/examples/ngmodule-faq/src/main.1.ts
Normal file
@ -0,0 +1,11 @@
|
||||
import { enableProdMode } from '@angular/core';
|
||||
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
||||
|
||||
import { AppModule } from './app/app.module.1';
|
||||
import { environment } from './environments/environment';
|
||||
|
||||
if (environment.production) {
|
||||
enableProdMode();
|
||||
}
|
||||
|
||||
platformBrowserDynamic().bootstrapModule(AppModule);
|
Reference in New Issue
Block a user