@angular/core 19.0.0-next.5 → 19.0.0-next.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/fesm2022/core.mjs +434 -136
  2. package/fesm2022/core.mjs.map +1 -1
  3. package/fesm2022/primitives/event-dispatch.mjs +1 -1
  4. package/fesm2022/primitives/event-dispatch.mjs.map +1 -1
  5. package/fesm2022/primitives/signals.mjs +1 -1
  6. package/fesm2022/primitives/signals.mjs.map +1 -1
  7. package/fesm2022/rxjs-interop.mjs +25 -4
  8. package/fesm2022/rxjs-interop.mjs.map +1 -1
  9. package/fesm2022/testing.mjs +12 -11
  10. package/fesm2022/testing.mjs.map +1 -1
  11. package/index.d.ts +199 -94
  12. package/package.json +1 -1
  13. package/primitives/event-dispatch/index.d.ts +1 -1
  14. package/primitives/signals/index.d.ts +1 -1
  15. package/rxjs-interop/index.d.ts +3 -1
  16. package/schematics/bundles/{compiler_host-ca7ba733.js → checker-637eee78.js} +322 -426
  17. package/schematics/bundles/compiler_host-1e62b899.js +320 -0
  18. package/schematics/bundles/control-flow-migration.js +18 -17
  19. package/schematics/bundles/explicit-standalone-flag.js +25 -18
  20. package/schematics/bundles/{imports-4ac08251.js → imports-44987700.js} +1 -1
  21. package/schematics/bundles/inject-migration.js +10 -29
  22. package/schematics/bundles/leading_space-6e7a8ec6.js +30 -0
  23. package/schematics/bundles/{nodes-0e7d45ca.js → nodes-b12e919a.js} +2 -2
  24. package/schematics/bundles/pending-tasks.js +103 -0
  25. package/schematics/bundles/program-893e3fe7.js +20819 -0
  26. package/schematics/bundles/{project_tsconfig_paths-e9ccccbf.js → project_tsconfig_paths-6c9cde78.js} +1 -1
  27. package/schematics/bundles/route-lazy-loading.js +4 -3
  28. package/schematics/bundles/signal-input-migration.js +32976 -0
  29. package/schematics/bundles/standalone-migration.js +47 -20481
  30. package/schematics/collection.json +6 -0
  31. package/schematics/migrations.json +5 -0
  32. package/schematics/ng-generate/signal-input-migration/schema.json +30 -0
  33. package/testing/index.d.ts +3 -1
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v19.0.0-next.5
3
+ * @license Angular v19.0.0-next.7
4
4
  * (c) 2010-2024 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v19.0.0-next.5
3
+ * @license Angular v19.0.0-next.7
4
4
  * (c) 2010-2024 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -11,9 +11,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
11
11
  var schematics = require('@angular-devkit/schematics');
12
12
  var fs = require('fs');
13
13
  var p = require('path');
14
- var compiler_host = require('./compiler_host-ca7ba733.js');
15
- var project_tsconfig_paths = require('./project_tsconfig_paths-e9ccccbf.js');
14
+ var compiler_host = require('./compiler_host-1e62b899.js');
15
+ var project_tsconfig_paths = require('./project_tsconfig_paths-6c9cde78.js');
16
16
  var ts = require('typescript');
17
+ require('./checker-637eee78.js');
17
18
  require('os');
18
19
  require('module');
19
20
  require('url');