-
Notifications
You must be signed in to change notification settings - Fork 27.5k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: angular/angular
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e23541b
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: angular/angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3bf2430
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 8 files changed
- 3 contributors
Commits on Jul 22, 2026
-
build: update cross-repo angular dependencies
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for 9a1e620 - Browse repository at this point
Copy the full SHA 9a1e620View commit details -
docs: fix first heading rendering as paragraph on two template guides
The ng-container and binding template guide files each began with a UTF-8 BOM (EF BB BF) before the leading `#`. The docs markdown parser only promotes `#` to an H1 when it is the first character on the line, so the BOM demoted the title to paragraph text (`<p># ...</p>`) and the standard docs header (breadcrumbs, page title, edit button) never rendered. Stripping the BOM restores `#` as the first character, so both pages now generate the proper `<header class="docs-header">` block. Verified by rebuilding //adev/src/content/guide/templates:templates and inspecting the generated HTML. Fixes #69889
Configuration menu - View commit details
-
Copy full SHA for f12db89 - Browse repository at this point
Copy the full SHA f12db89View commit details -
fix(docs-infra): fail the guide build when a markdown file starts wit…
…h a BOM A leading UTF-8 byte order mark (U+FEFF) before the first `#` stops the Markdown parser from recognizing the heading, so the guide renders its title as a paragraph and drops the standard docs header. The character is invisible, so it cannot be caught in review. Add a check in the guides generation pipeline that throws when a source file starts with a BOM, failing the build with the offending file name. This sits alongside the existing unknown-anchor check and prevents the regression fixed in #69889 from recurring.
Configuration menu - View commit details
-
Copy full SHA for ab52df4 - Browse repository at this point
Copy the full SHA ab52df4View commit details -
Update pnpm lock after it got desychronized in 791b064 build: update all non-major dependencies
Configuration menu - View commit details
-
Copy full SHA for e428df2 - Browse repository at this point
Copy the full SHA e428df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 509cad6 - Browse repository at this point
Copy the full SHA 509cad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c855a56 - Browse repository at this point
Copy the full SHA c855a56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bf2430 - Browse repository at this point
Copy the full SHA 3bf2430View commit details
Loading
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 e23541b...3bf2430