migrations.json 863 B

1234567891011121314151617181920
  1. {
  2. "schematics": {
  3. "explicit-standalone-flag": {
  4. "version": "19.0.0",
  5. "description": "Updates non-standalone Directives, Component and Pipes to 'standalone:false' and removes 'standalone:true' from those who are standalone",
  6. "factory": "./bundles/explicit-standalone-flag.cjs#migrate"
  7. },
  8. "pending-tasks": {
  9. "version": "19.0.0",
  10. "description": "Updates ExperimentalPendingTasks to PendingTasks",
  11. "factory": "./bundles/pending-tasks.cjs#migrate"
  12. },
  13. "provide-initializer": {
  14. "version": "19.0.0",
  15. "description": "Replaces `APP_INITIALIZER`, `ENVIRONMENT_INITIALIZER` & `PLATFORM_INITIALIZER` respectively with `provideAppInitializer`, `provideEnvironmentInitializer` & `providePlatformInitializer`.",
  16. "factory": "./bundles/provide-initializer.cjs#migrate",
  17. "optional": true
  18. }
  19. }
  20. }