/// import { bootstrap } from '@angular/platform-browser-dynamic'; import { AppComponent1 } from './app.component'; bootstrap(AppComponent1);