Skip to content

Instantly share code, notes, and snippets.

@kagklis
Created June 1, 2022 21:49
Show Gist options
  • Save kagklis/736861613f6ceefa7dadff7cc8466085 to your computer and use it in GitHub Desktop.
Save kagklis/736861613f6ceefa7dadff7cc8466085 to your computer and use it in GitHub Desktop.
import { bootstrapApplication } from '@angular/platform-browser';
import { AppComponent } from './app/app.component';
bootstrapApplication(AppComponent).catch((err) => console.error(err));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment