Skip to content

Provide a way to configure module in an async way #18

@out-dev

Description

@out-dev

First - Great job your lib simplifies so much.

Can you offer a way to configure the modul asynchronously.

You could inject the NgxMfeOptions in forRoot or offer another method
forRootAsync(options$: Obeservable) | forRootAsync(options$: Promise)

So that the individual mfe configurations can also be obtained via api or fetch.

public static forRoot(options: NgxMfeOptions): ModuleWithProviders<MfeModule> {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions