docs(aio): rename http guide

This commit is contained in:
Jesus Rodriguez
2017-04-20 12:26:55 +02:00
committed by Pete Bacon Darwin
parent 800b1b060e
commit ccb6c45466
28 changed files with 89 additions and 88 deletions

View File

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