X Tutup
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.
  • 12 commits
  • 87 files changed
  • 9 contributors

Commits on Mar 27, 2026

  1. docs(docs-infra): replace wait with debounce for search

    Replaces custom search debounce with `debounced`
    SkyZeroZx authored and pkozlowski-opensource committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    ff2ba7c View commit details
    Browse the repository at this point in the history
  2. build: update cross-repo angular dependencies

    See associated pull request for more information.
    angular-robot authored and pkozlowski-opensource committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    34e1d49 View commit details
    Browse the repository at this point in the history
  3. build: update all github actions

    See associated pull request for more information.
    angular-robot authored and pkozlowski-opensource committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    ae28109 View commit details
    Browse the repository at this point in the history
  4. docs: update cross-repo adev docs

    Updated Angular adev cross repo docs files.
    angular-robot authored and pkozlowski-opensource committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    9aa315c View commit details
    Browse the repository at this point in the history
  5. refactor: extract comments utilities to private

    allows comments utils to be used in other language service packages
    atscott authored and pkozlowski-opensource committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    c1261b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43ef717 View commit details
    Browse the repository at this point in the history
  7. feat(migrations): add strictTemplates to tsconfig during ng update

    Add the strictTemplates option to tsconfig.json with a default value of false
    aparzi authored and pkozlowski-opensource committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    682aaf9 View commit details
    Browse the repository at this point in the history
  8. refactor(compiler-cli): decouple schema checker from typescript

    Makes the `DomSchemaChecker` from TypeScript APIs.
    crisbeto authored and pkozlowski-opensource committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    d1c1bc3 View commit details
    Browse the repository at this point in the history
  9. refactor(migrations): keep the http-xhr-backend migration idempotent

    Our migrations should be idempotent in case they are run multiple times.
    JeanMeche authored and pkozlowski-opensource committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    12b3a1a View commit details
    Browse the repository at this point in the history
  10. fix(compiler-cli): prevent recursive scope checks for invalid NgModul…

    …e imports
    
    Avoid recursive local scope lookups when invalid NgModule imports create import cycles.
    anchmelev authored and pkozlowski-opensource committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    fcd0bb0 View commit details
    Browse the repository at this point in the history
  11. docs(docs-infra): introduce a custom UrlSerializer

    The custom serializer should handle Adev-specific behavior like decoding encoded forward slash similarly to the app host.
    hawkgs authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    9d79ec6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    86bbc94 View commit details
    Browse the repository at this point in the history
Loading
X Tutup