@angular/core 9.1.6 → 9.1.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 (42) hide show
  1. package/bundles/core-testing.umd.js +1 -1
  2. package/bundles/core-testing.umd.min.js +1 -1
  3. package/bundles/core-testing.umd.min.js.map +1 -1
  4. package/bundles/core.umd.js +2 -230
  5. package/bundles/core.umd.js.map +1 -1
  6. package/bundles/core.umd.min.js +126 -133
  7. package/bundles/core.umd.min.js.map +1 -1
  8. package/core.d.ts +3 -62
  9. package/core.metadata.json +1 -1
  10. package/esm2015/index.js +2 -2
  11. package/esm2015/public_api.js +2 -2
  12. package/esm2015/src/core.js +2 -2
  13. package/esm2015/src/core_render3_private_export.js +2 -2
  14. package/esm2015/src/render3/assert.js +1 -8
  15. package/esm2015/src/render3/index.js +2 -2
  16. package/esm2015/src/render3/instructions/all.js +2 -3
  17. package/esm2015/src/render3/instructions/template.js +100 -0
  18. package/esm2015/src/render3/interfaces/container.js +1 -6
  19. package/esm2015/src/render3/jit/environment.js +1 -6
  20. package/esm2015/src/version.js +1 -1
  21. package/esm5/src/core_render3_private_export.js +2 -2
  22. package/esm5/src/render3/assert.js +1 -4
  23. package/esm5/src/render3/index.js +2 -2
  24. package/esm5/src/render3/instructions/all.js +2 -3
  25. package/esm5/src/render3/instructions/template.js +73 -0
  26. package/esm5/src/render3/interfaces/container.js +1 -1
  27. package/esm5/src/render3/jit/environment.js +1 -6
  28. package/esm5/src/version.js +1 -1
  29. package/fesm2015/core.js +4 -280
  30. package/fesm2015/core.js.map +1 -1
  31. package/fesm2015/testing.js +1 -1
  32. package/fesm5/core.js +3 -226
  33. package/fesm5/core.js.map +1 -1
  34. package/fesm5/testing.js +1 -1
  35. package/package.json +1 -1
  36. package/src/r3_symbols.d.ts +1 -1
  37. package/testing/testing.d.ts +1 -1
  38. package/testing.d.ts +1 -1
  39. package/esm2015/src/render3/instructions/container.js +0 -227
  40. package/esm2015/src/render3/instructions/embedded_view.js +0 -151
  41. package/esm5/src/render3/instructions/container.js +0 -173
  42. package/esm5/src/render3/instructions/embedded_view.js +0 -127
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v9.1.6
2
+ * @license Angular v9.1.7
3
3
  * (c) 2010-2020 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v9.1.6
2
+ * @license Angular v9.1.7
3
3
  * (c) 2010-2020 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */