Replies: 1 comment
-
I would recommend against using You could also try using bit components, which have angular component ready to use: https://bit.dev/docs/angular-introduction/ Bit also has multiple angular versions support baked in and it uses pnpm under the hood to manager dependencies. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey together,
currently, I am working on a demo, setting up a Micro Frontend Environment with Angular 16 and Angular 17, 18 apps.
This repository is about to be used for workshops and webinars.
My idea is to have everything in one repository to simplify code navigation for the workshop attendees.
Since every package uses different versions of the same package, I configured pnpm to let each package have its own lock-file.
The problem
After installing all dependencies with
pnpm install
, I start the frontends withpnpm -r start
.Unfortunatelly, packages cannot be resolved as expected.
Reproduction
pnpm install
pnpm -r start
Question
Thanks in advance for any hint. 🙏🏻
Cheers
Gregor
Beta Was this translation helpful? Give feedback.
All reactions