Skip to content

Add mf-tools for native federation #397

Description

@JBBianchi

Hello,

As far as I can tell, there is not counterpart of the project mf-tools for native federation.

In addition, it might be interesting to add other 'bootstrap' functions, e.g.:

  • to bootstrap an app with a standalone component:
function bootstrapFederatedApplication<TComponent>(component: TComponent, config: AppConfig, options: Options)
  : Promise<ApplicationRef>
  • to bootstrap a web component:
function  bootstrapFederatedWebComponent<TRootComponent>(component: Type<TRootComponent>, config: ApplicationConfig, options: Options & { elementName: string })
  : Promise<{ appRef: ApplicationRef; elementCtr: NgElementConstructor<TRootComponent> }>

Wdyt ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions