Skip to content

widgetFactoryRegistry Type documentation

{ _factories: { [ key: string ]: SetupComponentFn } }, getFactoryFn: (name: string) => SetupComponentFn, hasFactoryFn: (name: string) => boolean, register: (name: string, factoryFn: SetupComponentFn) => void } = ...
Variable

Types Documentation

Factory type that is either a WidgetComponentTypeFactory , FederatedModule or WebComponent .
(CommonFactoryFields & { [ index: string ]: any } })
(CommonFactoryFields & LoadRemoteModuleOptions & { [ index: string ]: any } })
(CommonFactoryFields & { [ index: string ]: any } })
The Remote Module definition is based on @angular-architects . We take it over into this file to prevent adding a hard dependency.
{ exposedModule: string, remoteEntry: string, remoteName: string, type: "script" }
{ exposedModule: string, remoteEntry: string, type: "module" }
{ exposedModule: string, remoteName: string, type: "manifest" }

Except where otherwise noted, content on this site is licensed under MIT License.