mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-13 06:13:03 -05:00
feat(doc): move interop rxjs signal
This commit is contained in:
11
apps/angular/interop-rxjs-signal/src/app/app.component.ts
Normal file
11
apps/angular/interop-rxjs-signal/src/app/app.component.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { RouterOutlet } from '@angular/router';
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
imports: [RouterOutlet],
|
||||
selector: 'app-root',
|
||||
template: `<router-outlet />`,
|
||||
styles: [''],
|
||||
})
|
||||
export class AppComponent {}
|
||||
Reference in New Issue
Block a user