I have this method
loadCombos(): void { this.combosService.accounts$.subscribe( (data: any) => { this.list = data; } } ); }