Files
angular-challenges/apps/rxjs-pipe-bug/src/main.ts
2022-12-09 11:16:56 +01:00

5 lines
190 B
TypeScript

import { bootstrapApplication } from '@angular/platform-browser';
import { AppComponent } from './app/app.component';
bootstrapApplication(AppComponent).catch((err) => console.error(err));