Step 1: Create your own npm package - create inline edit component

Опубликовано: 11 Ноябрь 2024
на канале: Sourav
178
8

This is video 1 of 3 video series, will see how to create a npm packageso 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...