ngx-open-map-wrapper/node_modules/@angular/core/schematics/migrations.json

26 lines
1.1 KiB
JSON
Executable File

{
"schematics": {
"explicit-standalone-flag": {
"version": "19.0.0",
"description": "Updates non-standalone Directives, Component and Pipes to 'standalone:false' and removes 'standalone:true' from those who are standalone",
"factory": "./bundles/explicit-standalone-flag.cjs#migrate"
},
"pending-tasks": {
"version": "19.0.0",
"description": "Updates ExperimentalPendingTasks to PendingTasks",
"factory": "./bundles/pending-tasks.cjs#migrate"
},
"provide-initializer": {
"version": "19.0.0",
"description": "Replaces `APP_INITIALIZER`, `ENVIRONMENT_INITIALIZER` & `PLATFORM_INITIALIZER` respectively with `provideAppInitializer`, `provideEnvironmentInitializer` & `providePlatformInitializer`.",
"factory": "./bundles/provide-initializer.cjs#migrate",
"optional": true
},
"add-bootstrap-context-to-server-main": {
"version": "19.2.15",
"description": "Adds `BootstrapContext` to `bootstrapApplication` calls in `main.server.ts` to support server rendering.",
"factory": "./bundles/add-bootstrap-context-to-server-main.cjs#migrate"
}
}
}