source: bus-n-go-pavel-216049/bus-n-go-frontend/src/main.ts@ baf4cc4

Last change on this file since baf4cc4 was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 4 weeks ago

split group project and individual project into two separate folders

  • Property mode set to 100644
File size: 250 bytes
Line 
1import { bootstrapApplication } from '@angular/platform-browser';
2import { appConfig } from './app/app.config';
3import { AppComponent } from './app/app.component';
4
5bootstrapApplication(AppComponent, appConfig)
6 .catch((err) => console.error(err));
Note: See TracBrowser for help on using the repository browser.