Skip to content

Instantly share code, notes, and snippets.

View samkit5495's full-sized avatar

Samkit Jain samkit5495

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