Step 2 : Create your npm package - Making angular library

Опубликовано: 15 Январь 2025
на канале: Sourav
407
4

This is video 2 of 3 video series, here will see how to create a npm package 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 will publish 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...