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: c10b1db76e64dedf0dbb8d4d40cbaa7cdf6cf1a9
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: 002325017ea145b321c92480619afe7ce7c31ea4
Choose a head ref
  • 7 commits
  • 11 files changed
  • 4 contributors

Commits on Oct 2, 2024

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

Commits on Oct 4, 2024

  1. fix(@schematics/angular): add validation for component and directive …

    …class name
    
    (cherry picked from commit 6dbfc77)
    harshlakhara authored and alan-agius4 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b522002 View commit details
    Browse the repository at this point in the history
  2. test: fix typo in directory name

    (cherry picked from commit 54cb005)
    alan-agius4 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    af7e775 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. fix(@schematics/angular): include index.csr.html in resources asset…

    … group
    
    Ensure `index.csr.html` is available for the service worker when using SSR/SSG.
    
    Closes #28574
    
    (cherry picked from commit 7de93e5)
    alan-agius4 authored and dgp1130 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    dfd2d5c View commit details
    Browse the repository at this point in the history
  2. fix(@angular/build): always generate a new hash for optimized chunk

    (cherry picked from commit 1d9db13)
    ihsnow authored and dgp1130 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9b5cfaa View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. fix(@angular/build): Ctrl + C not terminating dev-server with SSR

    This commit provides a workaround for #28336, which occurs due to the interaction between `zone.js` and `listr2`. The issue prevents proper termination of the development server using Ctrl + C when dev-server.
    
    Closes: #28336
    alan-agius4 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9445916 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0023250 View commit details
    Browse the repository at this point in the history
Loading