@angular/core 13.1.0-next.0 → 13.1.0

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 (79) hide show
  1. package/core.d.ts +49 -654
  2. package/esm2020/src/application_module.mjs +2 -4
  3. package/esm2020/src/application_ref.mjs +45 -46
  4. package/esm2020/src/change_detection/change_detector_ref.mjs +9 -6
  5. package/esm2020/src/core.mjs +1 -2
  6. package/esm2020/src/core_private_export.mjs +3 -3
  7. package/esm2020/src/core_render3_private_export.mjs +4 -17
  8. package/esm2020/src/debug/debug_node.mjs +11 -131
  9. package/esm2020/src/di/injectable.mjs +11 -20
  10. package/esm2020/src/di/injector.mjs +6 -268
  11. package/esm2020/src/di/metadata_attr.mjs +2 -9
  12. package/esm2020/src/di/reflective_injector.mjs +3 -1
  13. package/esm2020/src/error_handler.mjs +2 -10
  14. package/esm2020/src/errors.mjs +2 -5
  15. package/esm2020/src/linker/compiler.mjs +33 -50
  16. package/esm2020/src/linker/component_factory_resolver.mjs +1 -38
  17. package/esm2020/src/linker/element_ref.mjs +9 -6
  18. package/esm2020/src/linker/ng_module_factory_loader.mjs +20 -24
  19. package/esm2020/src/linker/template_ref.mjs +4 -6
  20. package/esm2020/src/linker/view_container_ref.mjs +11 -6
  21. package/esm2020/src/metadata/directives.mjs +6 -16
  22. package/esm2020/src/metadata/ng_module.mjs +3 -18
  23. package/esm2020/src/metadata/view.mjs +14 -12
  24. package/esm2020/src/render/api.mjs +2 -6
  25. package/esm2020/src/render3/definition.mjs +1 -3
  26. package/esm2020/src/render3/di_setup.mjs +6 -3
  27. package/esm2020/src/render3/error_code.mjs +1 -1
  28. package/esm2020/src/render3/instructions/lview_debug.mjs +36 -13
  29. package/esm2020/src/render3/instructions/shared.mjs +3 -5
  30. package/esm2020/src/render3/ng_module_ref.mjs +4 -8
  31. package/esm2020/src/render3/pipe.mjs +11 -3
  32. package/esm2020/src/render3/util/view_traversal_utils.mjs +1 -1
  33. package/esm2020/src/util/errors.mjs +1 -2
  34. package/esm2020/src/version.mjs +1 -1
  35. package/esm2020/src/view/index.mjs +1 -15
  36. package/esm2020/testing/src/logger.mjs +3 -3
  37. package/esm2020/testing/src/metadata_overrider.mjs +14 -2
  38. package/esm2020/testing/src/ng_zone_mock.mjs +3 -3
  39. package/esm2020/testing/src/test_bed.mjs +3 -526
  40. package/esm2020/testing/src/test_hooks.mjs +3 -3
  41. package/esm2020/testing/src/testing.mjs +1 -2
  42. package/fesm2015/core.mjs +344 -4792
  43. package/fesm2015/core.mjs.map +1 -1
  44. package/fesm2015/testing.mjs +25 -606
  45. package/fesm2015/testing.mjs.map +1 -1
  46. package/fesm2020/core.mjs +342 -4791
  47. package/fesm2020/core.mjs.map +1 -1
  48. package/fesm2020/testing.mjs +24 -607
  49. package/fesm2020/testing.mjs.map +1 -1
  50. package/package.json +1 -1
  51. package/schematics/migrations/entry-components/index.d.ts +11 -0
  52. package/schematics/migrations/entry-components/index.js +71 -0
  53. package/schematics/migrations/entry-components/util.d.ts +16 -0
  54. package/schematics/migrations/entry-components/util.js +57 -0
  55. package/schematics/migrations.json +10 -0
  56. package/schematics/utils/import_manager.d.ts +5 -0
  57. package/schematics/utils/import_manager.js +19 -4
  58. package/schematics/utils/typescript/imports.js +12 -3
  59. package/testing/testing.d.ts +1 -46
  60. package/esm2020/src/codegen_private_exports.mjs +0 -11
  61. package/esm2020/src/debug/proxy.mjs +0 -23
  62. package/esm2020/src/ivy_switch.mjs +0 -11
  63. package/esm2020/src/view/element.mjs +0 -296
  64. package/esm2020/src/view/entrypoint.mjs +0 -63
  65. package/esm2020/src/view/errors.mjs +0 -43
  66. package/esm2020/src/view/ng_content.mjs +0 -47
  67. package/esm2020/src/view/ng_module.mjs +0 -215
  68. package/esm2020/src/view/provider.mjs +0 -490
  69. package/esm2020/src/view/pure_expression.mjs +0 -220
  70. package/esm2020/src/view/query.mjs +0 -180
  71. package/esm2020/src/view/refs.mjs +0 -369
  72. package/esm2020/src/view/services.mjs +0 -751
  73. package/esm2020/src/view/text.mjs +0 -136
  74. package/esm2020/src/view/types.mjs +0 -108
  75. package/esm2020/src/view/util.mjs +0 -369
  76. package/esm2020/src/view/view.mjs +0 -629
  77. package/esm2020/src/view/view_attach.mjs +0 -114
  78. package/esm2020/testing/src/private_export_testing.mjs +0 -9
  79. package/esm2020/testing/src/test_compiler.mjs +0 -69

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.