How to create an npm Angular package project using angular workspace
This kind of development environment is intend to create a library and then publish it in npm, the project will contain the library and a demo app to test it during development. Creating the solution (library + test app) Use the Angular CLI to genera...
