4 lines
144 B
TypeScript
4 lines
144 B
TypeScript
import { bootstrap } from '@angular/platform-browser-dynamic';
|
|
import { AppComponent } from './app/app.component';
|
|
|
|
bootstrap(AppComponent);
|