docs: add links to examples for ComponentFactoryResolver (#42496)

Fixes #21705

PR Close #42496
This commit is contained in:
MrJithil 2021-06-06 23:49:05 +05:30 committed by Jessica Janiuk
parent 645cad5614
commit 4cf442c879

View File

@ -40,6 +40,9 @@ class _NullComponentFactoryResolver implements ComponentFactoryResolver {
* then use the factory's `create()` method to create a component of that type.
*
* @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
*/
export abstract class ComponentFactoryResolver {