import { bootstrapApplication } from '@angular/platform-browser'; import { PageComponent } from './app/page.component'; bootstrapApplication(PageComponent).catch((err) => console.error(err));