https://github.com/angular/angular
Raw File
Tip revision: 049e4ab59687f5988c2b2091e067aacea46b6a42 authored by Dylan Hunn on 06 December 2023, 18:10:45 UTC
release: cut the v17.0.6 release
Tip revision: 049e4ab
migrations.json
{
  "schematics": {
    "block-template-entities": {
      "version": "17.0.0",
      "description": "Angular v17 introduces a new control flow syntax that uses the @ and } characters. This migration replaces the existing usages with their corresponding HTML entities.",
      "factory": "./migrations/block-template-entities/bundle"
    },
    "migration-v17-compiler-options": {
      "version": "17.0.0",
      "description": "CompilerOption.useJit and CompilerOption.missingTranslation are unused under Ivy. This migration removes their usage",
      "factory": "./migrations/compiler-options/bundle"
    },
    "migration-transfer-state": {
      "version": "17.0.0",
      "description": "Updates `TransferState`, `makeStateKey`, `StateKey` imports from `@angular/platform-browser` to `@angular/core`.",
      "factory": "./migrations/transfer-state/bundle"
    }
  }
}
back to top