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