I am in the process of developing an Angular application that utilizes various microservices. I have been searching for tutorials on how to effectively convert a component into a microservice, but have not found any clear guidance. I attempted to follow this tutorial, however, it does not provide detailed instructions on the packaging process. Is packaging a component as a microservice similar to packaging a library? Are they imported into a project in the same manner?
What is the most efficient approach to prepare a component for consumption as a microservice?