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@{1day}
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: main
Choose a head ref
  • 3 commits
  • 22 files changed
  • 2 contributors

Commits on Mar 24, 2026

  1. feat(@schematics/angular): rely on strict template default in generat…

    …ed workspaces
    
    Since strict templates are now the default in the Angular compiler, this
    change removes the explicit "strictTemplates": true setting when creating
    a new strict workspace. We now only explicitly set "strictTemplates": false
    when the workspace is created with --strict=false to maintain consistent
    behavior for non-strict setups.
    alan-agius4 authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    f98cc82 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. fix(@angular/ssr): support '*' in allowedHosts and warn about securit…

    …y risks
    
    This commit adds support for '*' in allowedHosts for SSR, allowing any host to be validated. It also adds a security warning when '*' is used to inform users of the potential risks of allowing all host headers.
    alan-agius4 authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    3b99ee1 View commit details
    Browse the repository at this point in the history
  2. build: update to TypeScript 6 stable

    Updates to the stable version of TypeScript 6.
    crisbeto authored and alan-agius4 committed Mar 25, 2026
    Configuration menu
    Copy the full SHA
    8ab9375 View commit details
    Browse the repository at this point in the history
Loading