factoryRenderer property

  1. @Input()
  2. @override
FactoryRenderer<RendersValue, T>? factoryRenderer
getter/setter pairoverride

Returns a ComponentFactory for dynamic component loader to use to render an item.

It is required that this function be pure, or change its identity when internal state has changed. Otherwise the item will not know it needs to update the component.

Implementation

@Input()
@override
FactoryRenderer<RendersValue, T>? factoryRenderer;