Skip to content

LoadRemoteModuleOptions Type documentation

The Remote Module definition is based on @angular-architects . We take it over into this file to prevent adding a hard dependency.

Types Documentation

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