docs(aio): rename ToH to match the guide name
This commit is contained in:

committed by
Pete Bacon Darwin

parent
691e86c9bf
commit
9d40ab9e20
6
aio/content/examples/toh-pt5/src/main.ts
Normal file
6
aio/content/examples/toh-pt5/src/main.ts
Normal 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);
|
Reference in New Issue
Block a user