fork of hey-api/openapi-ts because I need some additional things
at main 265 B view raw
1import { bootstrapApplication } from '@angular/platform-browser'; 2 3import { AppComponent } from './app/app.component'; 4import { config } from './app/app.config.server'; 5 6const bootstrap = () => bootstrapApplication(AppComponent, config); 7 8export default bootstrap;