-
Notifications
You must be signed in to change notification settings - Fork 27k
Comparing changes
Open a pull request
base repository: angular/angular
base: g3
head repository: angular/angular
compare: main
- 20 commits
- 85 files changed
- 10 contributors
Commits on Feb 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 8fe34e1 - Browse repository at this point
Copy the full SHA 8fe34e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3229b3 - Browse repository at this point
Copy the full SHA c3229b3View commit details
Commits on Feb 6, 2026
-
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for 91ed22c - Browse repository at this point
Copy the full SHA 91ed22cView commit details -
docs: improve type safety in custom validator documentation
Replace `field: any` with proper SchemaPath typing in Signal Forms custom validation examples to match built-in validator patterns. fixes: #66887 Update adev/src/content/guide/forms/signals/validation.md Co-authored-by: Matthieu Riegler <kyro38@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ff2c005 - Browse repository at this point
Copy the full SHA ff2c005View commit details -
ci: exclude standard_schema from sync.
This file isn't sync into G3 and this should prevent the CI from requiring a presubmit when the file is modified.
Configuration menu - View commit details
-
Copy full SHA for 3e2ed30 - Browse repository at this point
Copy the full SHA 3e2ed30View commit details -
build: remove dagre-d3-es pnpm patch from MODULE.bazel
This file no longer exist
Configuration menu - View commit details
-
Copy full SHA for 85dd096 - Browse repository at this point
Copy the full SHA 85dd096View commit details -
build: update all github actions
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for ec6334d - Browse repository at this point
Copy the full SHA ec6334dView commit details -
build: update rules_browsers digest to e08ae33
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for 407ab1a - Browse repository at this point
Copy the full SHA 407ab1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6883889 - Browse repository at this point
Copy the full SHA 6883889View commit details -
test(compiler): remove zone-based testing utilities
Removes usages of zone-based helpers such as `waitForAsync` as part of the migration to zoneless tests. Completes the transition to zoneless.
Configuration menu - View commit details
-
Copy full SHA for 2a0241a - Browse repository at this point
Copy the full SHA 2a0241aView commit details -
docs: update cross-repo adev docs
Updated Angular adev cross repo docs files.
Configuration menu - View commit details
-
Copy full SHA for 6fa2270 - Browse repository at this point
Copy the full SHA 6fa2270View commit details -
Aligns template syntax with modern Angular recommendations and improves readability.
Configuration menu - View commit details
-
Copy full SHA for 12afc1d - Browse repository at this point
Copy the full SHA 12afc1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e79e799 - Browse repository at this point
Copy the full SHA e79e799View commit details -
build: update dependency jsdom to v28
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for 8a3f312 - Browse repository at this point
Copy the full SHA 8a3f312View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd5ff5c - Browse repository at this point
Copy the full SHA fd5ff5cView commit details -
fix(devtools): signal node value preview for afterRenderEffect
Render an arrow function (`() => {}`) in the signal nodes in the graph that represent `afterRenderEffect`s.Configuration menu - View commit details
-
Copy full SHA for 64d34da - Browse repository at this point
Copy the full SHA 64d34daView commit details -
Fixed path in optimization image tutorial
Configuration menu - View commit details
-
Copy full SHA for 6550b9d - Browse repository at this point
Copy the full SHA 6550b9dView commit details -
refactor(language-service): use type-only TypeScript imports in some …
…files Standardize on `import type ts from 'typescript'` across several files in the language-service package. This ensures that these files do not have a runtime dependency on a specific version of the TypeScript module, instead relying on the instance provided by the host during initialization. Note: This change is not comprehensive. Several files still require runtime access to the TypeScript module and will require further refactoring to fully decouple the dependency.
Configuration menu - View commit details
-
Copy full SHA for 108252b - Browse repository at this point
Copy the full SHA 108252bView commit details -
fix(compiler-cli): update diagnostic to flag no-op arrow functions in…
… listeners Based on the discussion in #66294: now that we support arrow functions in event listeners, developers may write out something like `(click)="() => expr"` which will be a no-op. These changes update the existing diagnostic for uninvoked expressions in listeners to account for it.
Configuration menu - View commit details
-
Copy full SHA for 2ea6dfc - Browse repository at this point
Copy the full SHA 2ea6dfcView commit details -
feat(forms): support signal-based schemas in validateStandardSchema
Allow `validateStandardSchema()` to consume a computed schema so validation rules stay in sync when the schema changes over time. This supports schemas stored in computed signals (e.g. zod schemas that depend on input signals) and ensures the effective schema updates after initialization instead of being captured once. Fixes #66867
Configuration menu - View commit details
-
Copy full SHA for 24c0c5a - Browse repository at this point
Copy the full SHA 24c0c5aView 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 g3...main