mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-13 22:33:03 -05:00
feat: challenge 54 pipe obs signal (#903)
This commit is contained in:
4
apps/signal/54-pipe-observable-to-signal/src/main.ts
Normal file
4
apps/signal/54-pipe-observable-to-signal/src/main.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { bootstrapApplication } from '@angular/platform-browser';
|
||||
import { AppComponent } from './app/app.component';
|
||||
|
||||
bootstrapApplication(AppComponent).catch((err) => console.error(err));
|
||||
Reference in New Issue
Block a user