mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-12 05:43:03 -05:00
feat(challenge30): interop rxjs signal
This commit is contained in:
@@ -24,7 +24,6 @@ export class AppComponent implements OnInit {
|
||||
this.http
|
||||
.get<any[]>('https://jsonplaceholder.typicode.com/todos')
|
||||
.subscribe((todos) => {
|
||||
console.log('return', todos);
|
||||
this.todos = todos;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user