docs(aio): remove js examples

This commit is contained in:
Jesus Rodriguez
2017-04-20 13:08:11 +02:00
committed by Pete Bacon Darwin
parent a54fe634ee
commit d313aad671
24 changed files with 0 additions and 526 deletions

View File

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