ComponentFactoryMap
components.types.ts:354Plain map of component key → component factory consumed by
addComponentsFromFactories. Each factory is invoked with the host
during registration.
Record<string, ComponentFactory<THost>>
Plain map of component key → component factory consumed by
addComponentsFromFactories. Each factory is invoked with the host
during registration.
Record<string, ComponentFactory<THost>>