You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to conceptualize microfrontend with Angular7 using angular-elements.
Not sure how and where to use <#include > with ngix which can intercept URLs.
Any plan to go in that road?
The text was updated successfully, but these errors were encountered:
@mayankbhadauria you should expose an API that returns the component, so when it's exec <#include.. it loads that part of code.
Main app -> loads from ui services what it needs (in this case using nginx functionality #include)
I have tried to conceptualize microfrontend with Angular7 using angular-elements.
Not sure how and where to use <#include > with ngix which can intercept URLs.
Any plan to go in that road?
The text was updated successfully, but these errors were encountered: