Thanks to visit codestin.com
Credit goes to github.com

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-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20.3.8
Choose a base ref
...
head repository: angular/angular-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20.3.9
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Nov 4, 2025

  1. fix(@angular/ssr): improve locale handling in app-engine

    Refactor app-engine to correctly handle single locale configurations and update manifest type definitions. Add new test cases for localized apps with a single locale.
    
    closes #31675
    
    (cherry picked from commit 30efc56)
    alan-agius4 committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    08e07e3 View commit details
    Browse the repository at this point in the history
  2. fix(@angular/ssr): improve route matching for wildcard routes

    Enhance the route traversal logic to correctly identify and process wildcard route matchers (e.g., '**'). This ensures that routes with matchers are properly marked as present in the client router and handled according to their render mode.
    
    closes #31666
    
    (cherry picked from commit 4eb22bc)
    alan-agius4 committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    683697e View commit details
    Browse the repository at this point in the history
  3. docs: clarify outputMode description in application schema

    Updates the description for the  property in the application builder's schema.
    This change clarifies that both 'static' and 'server' modes generate build artifacts,
    and specifies that the 'server' mode is required for applications using hybrid rendering or APIs.
    
    (cherry picked from commit 1c4af8d)
    alan-agius4 committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    bddf211 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Configuration menu
    Copy the full SHA
    2c0cafa View commit details
    Browse the repository at this point in the history
Loading