-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Comparing changes
Open a pull request
base repository: angular/angular
base: b31f5dd
head repository: angular/angular
compare: dacac7e
- 14 commits
- 21 files changed
- 11 contributors
Commits on Aug 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c365cfa - Browse repository at this point
Copy the full SHA c365cfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb40a08 - Browse repository at this point
Copy the full SHA bb40a08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a94157 - Browse repository at this point
Copy the full SHA 6a94157View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a99130 - Browse repository at this point
Copy the full SHA 0a99130View commit details -
Configuration menu - View commit details
-
Copy full SHA for 063035f - Browse repository at this point
Copy the full SHA 063035fView commit details
Commits on Aug 12, 2022
-
docs: clarify use of unsubscribe with HttpClient (#47127)
Bob Watson authored and Pawel Kozlowski committedAug 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 09d5753 - Browse repository at this point
Copy the full SHA 09d5753View commit details -
refactor(router): Update error message when Router is provided twice (#…
…47130) The current error message is absolute in that it thinks there is only one possible way to provide Router twice. In fact, you can get a new instance of the Router in several ways so the error message should indicate the exact failure case with a _potential_ cause. Based on findings in thread 0cbbd6a#commitcomment-80900192 PR Close #47130
Configuration menu - View commit details
-
Copy full SHA for 5547ce0 - Browse repository at this point
Copy the full SHA 5547ce0View commit details -
docs: set titles to sentence case (#47083)
* update overview and reviewing topics to accommodate new ToC * incorporate edits from peer reviews PR Close #47083
Configuration menu - View commit details
-
Copy full SHA for bb465e1 - Browse repository at this point
Copy the full SHA bb465e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5ca049 - Browse repository at this point
Copy the full SHA a5ca049View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ffc882 - Browse repository at this point
Copy the full SHA 5ffc882View commit details -
Configuration menu - View commit details
-
Copy full SHA for 970e68a - Browse repository at this point
Copy the full SHA 970e68aView commit details
Commits on Aug 15, 2022
-
build(docs-infra): upgrade cli command docs sources to 07471d230 (#47149
) Updating [#14.1.x](https://github.com/angular/angular/tree/14.1.x) from [cli-builds#14.1.x](https://github.com/angular/cli-builds/tree/14.1.x). ## Relevant changes in [commit range](angular/cli-builds@a764b37...07471d2): **Modified** - help/cache.json PR Close #47149
Configuration menu - View commit details
-
Copy full SHA for 3d9455e - Browse repository at this point
Copy the full SHA 3d9455eView commit details
Commits on Aug 17, 2022
-
fix(compiler): infinite loop in parser assignment expression with inv…
…alid left-hand expression (#47151) In #39004 some logic was introduced that tries to recover invalid expressions by treating the `=` token as a recovery point. It works by skipping ahead to the next recovery point inside the `skip` method which is called whenever an error is reported. This can lead to an infinite loop inside the `parseChain` method which assumes that reporting an error would've skipped over the token, but that won't happen since the `=` token is a recovery point. These changes resolve the infinite loop by breaking the loop if `error` didn't skip to a different token after the error was reported. Fixes #47131. PR Close #47151
Configuration menu - View commit details
-
Copy full SHA for 0583227 - Browse repository at this point
Copy the full SHA 0583227View commit details -
Configuration menu - View commit details
-
Copy full SHA for dacac7e - Browse repository at this point
Copy the full SHA dacac7eView 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 b31f5dd...dacac7e