5 lines
146 B
TypeScript
5 lines
146 B
TypeScript
import {bootstrap} from '@angular/platform-browser-dynamic';
|
|
import {HeroAppComponent} from './hero-app.component';
|
|
|
|
bootstrap(HeroAppComponent);
|