I have created three angular applications separately that have an individual workspace or individual projects and individual repositories.
I can share the modules among them by using the @angular-architects/module-federation. But I am unable to share the components and services.
How can I share the services and components among different workspaces or projects ?
Or
How can I implement Poly Repo based Angular Application?
Thank You.