@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.
- package/bundles/core-testing.umd.js +1 -1
- package/bundles/core.umd.js +9 -2
- package/bundles/core.umd.js.map +1 -1
- package/core.d.ts +52 -3
- package/core.metadata.json +1 -1
- package/esm2015/src/change_detection/differs/iterable_differs.js +1 -1
- package/esm2015/src/linker/component_factory_resolver.js +4 -1
- package/esm2015/src/metadata/di.js +1 -1
- package/esm2015/src/metadata/ng_module.js +1 -1
- package/esm2015/src/metadata/schema.js +5 -1
- package/esm2015/src/version.js +1 -1
- package/fesm2015/core.js +9 -2
- package/fesm2015/core.js.map +1 -1
- package/fesm2015/testing.js +1 -1
- package/package.json +1 -1
- package/src/r3_symbols.d.ts +4 -1
- package/testing/testing.d.ts +1 -1
- package/testing.d.ts +1 -1
package/fesm2015/testing.js
CHANGED
package/package.json
CHANGED
package/src/r3_symbols.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v12.0.
|
|
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 {
|
package/testing/testing.d.ts
CHANGED
package/testing.d.ts
CHANGED