-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit c5d9038
committed
refactor(@angular/ssr): update
This change modifies the `getPathSegments` function to use `stripTrailingSlash`, providing a more consistent and reliable way to handle trailing slashes in paths. This update also resolves issues causing CI failures.
(cherry picked from commit b0c2d19)getPathSegments
to use stripTrailingSlash
instead of filter(Boolean)
1 parent 9bacf39 commit c5d9038
1 file changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | - | ||
9 | + | ||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
230 | 230 |
| |
231 | 231 |
| |
232 | 232 |
| |
233 | - | ||
233 | + | ||
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
|
0 commit comments