docs: add links to examples for ComponentFactoryResolver (#42496)
Fixes #21705 PR Close #42496
This commit is contained in:
parent
645cad5614
commit
4cf442c879
@ -40,6 +40,9 @@ class _NullComponentFactoryResolver implements ComponentFactoryResolver {
|
|||||||
* then use the factory's `create()` method to create a component of that type.
|
* then use the factory's `create()` method to create a component of that type.
|
||||||
*
|
*
|
||||||
* @see [Dynamic Components](guide/dynamic-component-loader)
|
* @see [Dynamic Components](guide/dynamic-component-loader)
|
||||||
|
* @see [Usage Example](guide/dynamic-component-loader#resolving-components)
|
||||||
|
* @see <live-example name="dynamic-component-loader" noDownload></live-example>
|
||||||
|
of the code in this cookbook
|
||||||
* @publicApi
|
* @publicApi
|
||||||
*/
|
*/
|
||||||
export abstract class ComponentFactoryResolver {
|
export abstract class ComponentFactoryResolver {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user