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...