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
Closes#3815
BREAKING CHANGES:
The deprecated `getSelectors` function has been removed from the `@ngrx/router-store` package.
BEFORE:
The @ngrx/router-store package exports the `getSelectors` function.
AFTER:
The @ngrx/router-store package no longer exports the `getSelectors` function. A migration has been provided to replace existing usage
0 commit comments