Files
angular-challenges/apps/signal/54-pipe-observable-to-signal/src/main.ts
2024-06-17 20:51:27 +02: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));