Created
June 1, 2022 21:49
-
-
Save kagklis/736861613f6ceefa7dadff7cc8466085 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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