by Omer Kalim Ansari

How to develop, consume, and publish an Angular library to NPM… but sometimes its not Worth it!

Angular is a really popular and powerful JavaScript Framework on which one can built Web Apps to serve millions of daily users. It’s an open source framework by Google and anyone can collaborate. Likewise, there are thousands of packages for Angular available as plug-and-play on NPM. Here in this article we’re gonna make one too ?.

We will start this article as a tutorial to develop an Angular Component Library, consume it within an Angular CLI project, and then we’ll…