Угловой ngrx — и маршрутизатор.События внутри Rxjs combineLatest не работают
#angular #typescript #rxjs #observable #ngrx Вопрос: У меня проблемы с проблемой, которую я не могу решить: onSelectCompany() { combineLatest([this.idCompany$, this.idUser$, this.router.events]).subscribe(res => { if(res[2] instanceOf NavigationEnd){ this.router.navigateByUrl(`get-info/${res[0]/res[1]`) } }) }…