Dockerize Angular Libraries

Hi everybody
Can I use docker images to release an angular library and publish it for my other members of team so they don’t access to the source code but can use like dll files in windows?

Hi everybody
Can I use docker images to release an angular library and publish it for my other members of team so they don’t access to the source code but can use like dll files in windows?

Hi

Have you thought about using npm for instance?
There’s a guide on Medium publish-an-angular-library-to-npmwritemyessay
Or you may also publish it to repository manager. Then you can share it without any issues.

Tim