Reputation: 61
I have a case where in my Angular 17 application:
I want to ask what should be the best approach architecting my application :
Approach number 1:
Approach number 2:
Do not create separate library for component. Create shared component in one of those two applications mentioned above and use it directly in both of them.
Approach number 3:
One and single application with component, find a way to create separate bundle for web-components (I didn't found any other way that creating other application and just building that app - it will create bundles with web components). Use that single app also for exposing mfe.
Upvotes: 0
Views: 83