Multicolumn Bluesky client powered by Angular
at master 244 B view raw
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));