Skip to content
Permalink

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: g3
Choose a base ref
...
head repository: angular/angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 31 files changed
  • 6 contributors

Commits on Apr 13, 2026

  1. docs: draft PR spam policy addendum

    This updates the spam policy to be clear about draft pull requests with regards to the 3 PR limit
    thePunderWoman authored and kirjs committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    eb2b06f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c879cec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb03878 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb19c69 View commit details
    Browse the repository at this point in the history
  5. refactor(vscode-extension): allow toggle attributes via LS.

    This change allows to toggle attributes that are on their own line and have a 1+ leading space.
    
    This change doesn't suffer from the issue that was reverted in #68067.
    
    Also this change fixes another regression that messed up highlighting if an attribute value included a '//', like in an href.
    JeanMeche authored and kirjs committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    1fa8bb7 View commit details
    Browse the repository at this point in the history
  6. refactor(core): simplifying the ComponentFactory usage

    The `ComponentFactory` has been removed from the public API in #68055.
    This commit continues the cleanup and also removes `ModuleWithComponentFactories` from the public API.
    JeanMeche authored and kirjs committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    f9b74e9 View commit details
    Browse the repository at this point in the history
  7. feat(core): enhance profiling with documentation URLs

    Enhances the Chrome DevTools performance profiling integration by adding links to relevant Angular documentation for lifecycle hooks and profiler events.
    SkyZeroZx authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    2f5ab54 View commit details
    Browse the repository at this point in the history
Loading