docs(aio): rename ToH to match the guide name

This commit is contained in:
Jesus Rodriguez
2017-04-18 20:16:02 +02:00
committed by Pete Bacon Darwin
parent 691e86c9bf
commit 9d40ab9e20
113 changed files with 174 additions and 174 deletions

View File

@ -0,0 +1,6 @@
// #docregion
// main entry point
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { AppModule } from './app/app.module';
platformBrowserDynamic().bootstrapModule(AppModule);