'How to Convert an angular whole project as Angular library is it possible
Solution 1:[1]
You need to start a new Angular library project. Take the code that you want to modularize and paste it in this project.
Build, compile, test and finally publish said project as a library through npmjs, and you should be able to just import it into other projects through npm install.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Tu Nguyen |

