-
Notifications
You must be signed in to change notification settings - Fork 27k
Comparing changes
Open a pull request
base repository: angular/angular
base: 13.2.6
head repository: angular/angular
compare: 13.2.7
- 9 commits
- 11 files changed
- 8 contributors
Commits on Mar 9, 2022
-
docs: update <div> to <p> in lifecycle-hooks.md (#45063)
Changes <div> to <p> in description to match the elements in the screenshot. Update lifecycle-hooks.md Changes <div> to <p> in description to match the elements in the screenshot. PR Close #45063
Configuration menu - View commit details
-
Copy full SHA for 10de528 - Browse repository at this point
Copy the full SHA 10de528View commit details -
refactor(router): Make a few adjustments to createUrlTree for clarity (…
…#45306) * `tree` function now accepts the old root rather than the old `UrlTree`. The `urlTree` argument was only used to get the `root`. This change makes it more clear what that pararmeter is used for and what's actually being used * Move the `oldRoot` (previously `urlTree`) to be the first argument of `tree`. This change now mirrors the argument order for `replaceSegment` and can be read from left to right more easily "in this root, replace this old segment group with this new segment group". * Extract `newRoot` to a variable. This just makes it more clear what's going on at the end rather than combining a bunch of operations into one. These changes are being made so that hopefully a future refactor can be done which does not rely on the `urlTree` argument at all in the `createUrlTree` function. These refactorings will make it easier to see 1:1 functionlity in these various places. PR Close #45306
Configuration menu - View commit details
-
Copy full SHA for 6336b8e - Browse repository at this point
Copy the full SHA 6336b8eView commit details
Commits on Mar 10, 2022
-
refactor(core): Switch over to new closure LOCALE vs getLocale() (#45302
) This is a change requested via an LSC due to a deprecation. PR Close #45302
Configuration menu - View commit details
-
Copy full SHA for 78781a9 - Browse repository at this point
Copy the full SHA 78781a9View commit details
Commits on Mar 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b096869 - Browse repository at this point
Copy the full SHA b096869View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16eda01 - Browse repository at this point
Copy the full SHA 16eda01View commit details
Commits on Mar 15, 2022
-
fix(docs-infra): fix tour of heroes global styles (#45329)
fix button styles in src/styles.css that are missing from code snippets PR Close #45329
Configuration menu - View commit details
-
Copy full SHA for b0892c0 - Browse repository at this point
Copy the full SHA b0892c0View commit details -
fix(forms): improve error message for invalid value accessors (#45192)
improve error message for invalid value accessors when accessor is not provided as array PR Close #45192
Configuration menu - View commit details
-
Copy full SHA for eac94f0 - Browse repository at this point
Copy the full SHA eac94f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9361f09 - Browse repository at this point
Copy the full SHA 9361f09View commit details
Commits on Mar 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f6c229f - Browse repository at this point
Copy the full SHA f6c229fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 13.2.6...13.2.7