标签: angular rxjs
我尝试过这样,但是没有在console.log中进入任何内容。请帮助我
private someVar: Observable<any>; this.someVar = combineLatest( this.someService.todos, ); this.someVar.subscribe(([todos]) => { console.log(todos); }