We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mf-tools
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.:
function bootstrapFederatedApplication<TComponent>(component: TComponent, config: AppConfig, options: Options) : Promise<ApplicationRef>
function bootstrapFederatedWebComponent<TRootComponent>(component: Type<TRootComponent>, config: ApplicationConfig, options: Options & { elementName: string }) : Promise<{ appRef: ApplicationRef; elementCtr: NgElementConstructor<TRootComponent> }>
Wdyt ?
The text was updated successfully, but these errors were encountered:
Yes, that's true. Instead, I'm describing here how to implement such things by yourself. This should give you more freedom: https://www.angulararchitects.io/blog/micro-frontends-with-modern-angular-part-2-multi-version-and-multi-framework-solutions-with-angular-elements-and-web-components/
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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.:
Wdyt ?
The text was updated successfully, but these errors were encountered: