Commit 351a75e
authored
feat(router-store): remove deprecated getSelectors method (#3816)
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 usage1 parent e8a186d commit 351a75e
2 files changed
+1
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 47 | + | |
52 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 16 | | |
23 | 17 | | |
24 | 18 | | |
| |||
0 commit comments