1 2 3 4 5
import { bootstrap } from '@angular/platform-browser-dynamic'; import { AppComponent } from './app/app.component'; bootstrap(AppComponent);