I am new at angular 6, I am trying to make a multi module application. I would like to build each module separately and deploy it so it can be tested Then this module can be integrated together into main application .
Say there is module A which can deployed on its own and developed by team A Then module B developed by team B and it can also be deployed At last all modules string together and finally the main application can be deployed and tested
I was looking into building angular libraries, but don't know whether it will work
Basically I would like to follow what angular team has done, different packages which could be imported and used