Skip to content

Commit

Permalink
Step 6.6: Created the main bootstrap file for the AppModule
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and Dotan Simha committed Nov 22, 2016
1 parent 2a16996 commit cfe6aef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/main.ts
@@ -0,0 +1,9 @@
import 'reflect-metadata';
import 'zone.js/dist/zone.js';
import {platformBrowserDynamic} from '@angular/platform-browser-dynamic';
import {enableProdMode} from '@angular/core';
import {AppModule} from "./imports/app.module";

enableProdMode();

platformBrowserDynamic().bootstrapModule(AppModule);

0 comments on commit cfe6aef

Please sign in to comment.