Tag: npm
-
Developing a Simple Angular Library
Intro If you want to be able to easily develop, test, and publish an angular library to npm then follow these steps. Here I’ll be showing what I did to get my library ‘ngx-js9’ published to npm. Library Development On your local machine, create a regular angular application with a name of the form “ngx-XXX-library”:…