Skip to content

FederatedModule Type documentation

(CommonFactoryFields & LoadRemoteModuleOptions & { [ index: string ]: any } })

Types Documentation

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.