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