-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Comparing changes
Open a pull request
base repository: angular/angular
base: g3
head repository: angular/angular
compare: main
- 10 commits
- 28 files changed
- 7 contributors
Commits on Mar 23, 2026
-
ci: support publishing dev-skills to snapshot repository
Updates the snapshot publishing script to package the contents of `skills/dev-skills` and publish them to the `angular/skills` repository. The changes include: - Ensuring the script always runs from the repository root. - Updating `publishRepo` to support an optional third argument for specifying a custom repository name (defaulting to `-builds`). - Implementing `publishDevSkills` to package individual skills at the root of the snapshot repository.
Configuration menu - View commit details
-
Copy full SHA for 293ac66 - Browse repository at this point
Copy the full SHA 293ac66View commit details -
docs(docs-infra): replace non-interactive buttons with spans
These elements are not interactive, so using <button> is misleading for accessibility (screen readers and keyboard navigation expect an action).
Configuration menu - View commit details
-
Copy full SHA for ad3991c - Browse repository at this point
Copy the full SHA ad3991cView commit details -
docs: fix typos in ssr-benchmarks
README.mdCorrected typos in modules/ssr-benchmarks/README.md: mesure→measure, Struture→Structure, render→renders, benckmark→benchmark, capitalized DevTools, and clarified the flame chart instruction.
Configuration menu - View commit details
-
Copy full SHA for 13c198a - Browse repository at this point
Copy the full SHA 13c198aView commit details -
refactor(devtools): improve test descriptions by fixing spelling
Fixed misspellings in test descriptions in devtools/projects/shell-browser/src/app/tab_manager_spec.ts: recieved/recieves → received/receives in three it(...) titles.
Configuration menu - View commit details
-
Copy full SHA for 25dad82 - Browse repository at this point
Copy the full SHA 25dad82View commit details -
docs(docs-infra): fix aria-label parsing breaking headings
Strip all HTML tags and escape quotes in aria-label to avoid breakage
Configuration menu - View commit details
-
Copy full SHA for 6d2eed6 - Browse repository at this point
Copy the full SHA 6d2eed6View commit details -
refactor(compiler-cli): decouple host element creation logic from Typ…
…eScript Reworks the logic for constructing a `HostElement` node so that we can reuse it without depending on TypeScript APIs.
Configuration menu - View commit details
-
Copy full SHA for 63ac1bd - Browse repository at this point
Copy the full SHA 63ac1bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1128e78 - Browse repository at this point
Copy the full SHA 1128e78View commit details -
refactor(http): Make Fetch API the default in
HttpBackendUpdates the `HttpBackend` default provider to `FetchBackend`. Also updates related warning messages to reflect the new default behavior.
Configuration menu - View commit details
-
Copy full SHA for 1f9a42b - Browse repository at this point
Copy the full SHA 1f9a42bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2615f35 - Browse repository at this point
Copy the full SHA 2615f35View commit details -
refactor(compiler): remove
fullTemplateTypeCheckcompiler option.The option was deprecated back in v13. Users should use `strictTemplates: true`.
Configuration menu - View commit details
-
Copy full SHA for f46e8bd - Browse repository at this point
Copy the full SHA f46e8bdView 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