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: main
Choose a base ref
...
head repository: fhackenberger/angular-cli
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.
  • 1 commit
  • 9 files changed
  • 1 contributor

Commits on Jun 9, 2026

  1. feat(@angular/build): add opt-in manual rebuild mode to the dev-server

    Add a `manualRebuild` option to the `@angular/build:dev-server` builder
    that pauses automatic rebuilds while keeping the development server live
    and serving the last successful build. Previously every file change
    triggered an immediate rebuild and reload, which is costly when making a
    series of edits.
    
    While paused, file-change events are buffered in memory and coalesced
    per path so redundant events for the same file collapse to a single net
    change. Touching the trigger file (`rebuildTrigger`, defaulting to
    `.ng-rebuild`) flushes the queue to the build system as one incremental
    rebuild, after which the server performs a single HMR/live-reload cycle.
    fhackenberger committed Jun 9, 2026
    Configuration menu
    Copy the full SHA
    6c80e95 View commit details
    Browse the repository at this point in the history
Loading