Commit d916eb3
fix(angular): update function call broken by Angular changes (#857)
* fix(angular): update function call broken by Angular changes
angular/angular#31391 introduces a breaking
change to `parseAction`, which now requires at least three parameters.
This provides a fix-forward for when the change lands.
* fixup! fix(angular): update function call broken by Angular changes
* fixup! fix(angular): update function call broken by Angular changes
* build: update package-lock.json1 parent 8ca34b1 commit d916eb3
File tree
3 files changed
+9
-9
lines changed- src
3 files changed
+9
-9
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
| 65 | + | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments