Is it possible to create a singleton service within a “common-components” app and reference that within another angular application? The service’s function would be for CRUD operations that are shared between all the applications.
We have five angular 8 applications hosted in a microservice fashion.