Is there any way to use the build artifacts in other angular-cli project?
For example, I created project "A" built it and published. Then I have created project "B" and added A to its dependencies (node_modules).
Currently this is the artifacts of project A:

Lets say that Project A has some components I want to use in project B, how can I do it - is it even possible with the current cli version?