Skip to content

handleFederatedModuleLoad Type documentation

<T> (options: FederatedModuleLoadOptions<T>) => Observable<ComponentRef<T>>
Function
Handles the result of a federated module loading promise. This is the main utility function that encapsulates the common loading pattern used across module-federation, native-federation, and mf-bridge loaders.
Returns Observable that emits the ComponentRef once the component is created
Parameters
Configuration options for loading and creating the component
options: FederatedModuleLoadOptions<T>

Types Documentation

No types to document for items on this page.


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