main.ts 188 B

1234
  1. import { bootstrapApplication } from '@angular/platform-browser';
  2. import { AppComponent } from './app/app.component';
  3. bootstrapApplication(AppComponent).catch(err => console.error(err));