@angular/core 12.0.3 → 12.0.4

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.0.3
2
+ * @license Angular v12.0.4
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/core",
3
- "version": "12.0.3",
3
+ "version": "12.0.4",
4
4
  "description": "Angular - the core framework",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.0.3
2
+ * @license Angular v12.0.4
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -165,6 +165,9 @@ declare abstract class ComponentFactory<C> {
165
165
  * then use the factory's `create()` method to create a component of that type.
166
166
  *
167
167
  * @see [Dynamic Components](guide/dynamic-component-loader)
168
+ * @see [Usage Example](guide/dynamic-component-loader#resolving-components)
169
+ * @see <live-example name="dynamic-component-loader" noDownload></live-example>
170
+ of the code in this cookbook
168
171
  * @publicApi
169
172
  */
170
173
  declare abstract class ComponentFactoryResolver {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.0.3
2
+ * @license Angular v12.0.4
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/testing.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.0.3
2
+ * @license Angular v12.0.4
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */