You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Combine params from all of the path into a single object.
this.params = combineLatest(
this._route.pathFromRoot.map(route => route.params)).
pipe(map((params:Params[])=>Object.assign({}, ...params)));
The text was updated successfully, but these errors were encountered:
https://stackoverflow.com/questions/64235967/combinelatest-refactoring-for-deprecated-resultselector-no-longer-supported
This code will fix the linting error:
The text was updated successfully, but these errors were encountered: