Step 3 to Publish angular package

Опубликовано: 20 Февраль 2025
на канале: Sourav
110
4

This is video 3 of 3 video series, here will see how to publish the Angular library/package in npmJS, so that user can anytime do "npm install simple-inline-edit" and he will get your package.

So starting with step 1: here we will create an angular component to make any input field/textarea/password etc. inline editable

Step 2 : will be (in next video) making this component as a Angular package.

Then Step3: In final step we are publishing our library in npmJS and then will run command "npm install "simple-inline-edit" and we will be able to use it.

Codebase is in my GIT repository: https://github.com/gitoutofbox/simple...