Skip to content

WidgetComponentFactory Type documentation

Factory type that is either a WidgetComponentTypeFactory , FederatedModule or WebComponent .

Types Documentation

(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.