-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit c497749
fix(@angular/build): prevent errors with parameterized routes when
Ensure that parameterized routes do not cause errors when the `getPrerenderParams` function is undefined, specifically in cases where the routing API is not utilized.
Closes #28948
(cherry picked from commit c685c70)getPrerenderParams
is undefined1 parent d8cbf3b commit c497749
File tree
2 files changed
+5
-1
lines changed- packages/angular/build/src/utils/server-rendering
- tests/legacy-cli/e2e/tests/build/prerender
2 files changed
+5
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 | - | ||
41 | + | ||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
62 | 66 |
| |
63 | 67 |
| |
64 | 68 |
| |
|
0 commit comments