-
Notifications
You must be signed in to change notification settings - Fork 27k
Comparing changes
Open a pull request
base repository: angular/angular
base: 48eac23
head repository: angular/angular
compare: 681a63c
- 10 commits
- 16 files changed
- 8 contributors
Commits on Oct 31, 2024
-
fix(docs-infra): reduce
margin-block-startfrom doc anchor headers (#…Configuration menu - View commit details
-
Copy full SHA for 5828585 - Browse repository at this point
Copy the full SHA 5828585View commit details -
build: update
yarnto1.22.22(#58448)Trying to get around a problem is causing renovate to keep trying updating this file. PR Close #58448
Configuration menu - View commit details
-
Copy full SHA for 127023f - Browse repository at this point
Copy the full SHA 127023fView commit details
Commits on Nov 1, 2024
-
docs: fix external link in NG0100 error page (#58462)
Fixes external link for 'Everything you need to know about the "ExpressionChangedAfterItHasBeenCheckedError" error' on the NG0100 error page. Domain has changed from indepth.dev to angularindepth.com PR Close #58462
Configuration menu - View commit details
-
Copy full SHA for a249d0b - Browse repository at this point
Copy the full SHA a249d0bView commit details -
build: Update publish-build-artifacts to honor ORG (#58408)
Currently you pass in the ORG and it still tries to publish to Angular rather than your ow ORG repo that gets created PR Close #58408
Configuration menu - View commit details
-
Copy full SHA for 9d9abf2 - Browse repository at this point
Copy the full SHA 9d9abf2View commit details -
refactor(zone.js): Change the type of
_taskCountsto an IndexSignat……ure that can have keys (#51739) named as the values of the `TaskType` type. The Closure Compiler used at Google has a property renaming optimization that can change the property names when minifying code. Having the correct type helps the TSJS team that develops a tool to identfy property renaming issues directly in TypeScript. Signed-off-by: Costin Sin <sin.costinrobert@gmail.com> PR Close #51739
Configuration menu - View commit details
-
Copy full SHA for adbc27c - Browse repository at this point
Copy the full SHA adbc27cView commit details
Commits on Nov 4, 2024
-
docs: fix grammatical error in template binding documentation (#58491)
This update corrects a grammatical error in the "CSS style properties" section of the template binding documentation. The sentence "You must create a new object instance when you modify these values in order to Angular to apply any updates" was updated to read correctly as "You must create a new object instance when you modify these values in order for Angular to apply any updates." This clarification helps improve readability and ensures the documentation communicates instructions accurately for readers. PR Close #58491
Configuration menu - View commit details
-
Copy full SHA for 21a4c02 - Browse repository at this point
Copy the full SHA 21a4c02View commit details -
fix(core): resolve forward-referenced host directives during directiv…
…e matching (#58492) (#58500) When the compiler generates the `HostDirectivesFeature`, it generates either an eager call (`ɵɵHostDirectivesFeature([])`) or a lazy call (`ɵɵHostDirectivesFeature(() => [])`. The lazy call is necessary when there are forward references within the `hostDirectives` array. Currently we resolve the lazy variant when the component definition is created which has been enough for most cases, however if the host is injected by one of its host directives, we can run into a reference error because DI is synchronous and the host's class hasn't been defined yet. These changes resolve the issue by pushing the lazy resolution later during directive matching when all classes are guanrateed to exist. Fixes #58485. PR Close #58492 PR Close #58500
Configuration menu - View commit details
-
Copy full SHA for 3aa45a2 - Browse repository at this point
Copy the full SHA 3aa45a2View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c80778 - Browse repository at this point
Copy the full SHA 6c80778View commit details -
fix(core): avoid slow stringification when checking for duplicates in…
Configuration menu - View commit details
-
Copy full SHA for 5f2d98a - Browse repository at this point
Copy the full SHA 5f2d98aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 681a63c - Browse repository at this point
Copy the full SHA 681a63cView 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 48eac23...681a63c