mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
4a9f7daf37
This commit removes all the docregion tags in examples that are not being referenced in any doc. PR Close #40479
6 lines
173 B
TypeScript
6 lines
173 B
TypeScript
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
|
|
|
import { AppModule } from './app.module';
|
|
|
|
platformBrowserDynamic().bootstrapModule(AppModule);
|