How to create an npm Angular package project using angular workspace
Sep 27, 2021 · 3 min read · 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...
ARob commented