Home:ALL Converter>what is the proper way to build angular library

what is the proper way to build angular library

Ask Time:2019-09-25T15:53:20         Author:Johnathan Li

Json Formatter

Hi I am using angular 8 workplace to build multiple applications. In this project I need to build a lot libraries which could be shared with multiple applications.

But I ran into problem with debugging my angular library since I have to build it every time I have made a change on the library.

I am relatively new to building angular libraries. I am not sure what is the proper way to build an library. Currently What I did is to build the component or library inside my main app to make sure it working 100% then I extract it to angular library.

How can I achieve that I can immediately see the change if I have made some changes in the library while I am developing locally.

Author:Johnathan Li,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/58093715/what-is-the-proper-way-to-build-angular-library
yy