docs(aio): add examples to test cookbook doc

This commit is contained in:
Peter Bacon Darwin
2017-01-31 22:31:55 +00:00
committed by Igor Minar
parent 41db177d0c
commit bcba0332a6
35 changed files with 714 additions and 0 deletions

View File

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