== update version in npm: 1 cd to project: cd projects/typlib 2 npm version patch 3 ng build <lib>: ng build typlib 4 cd to dist/<lib>: cd ../../dist/typlib 5 npm publish 6 go to app using this lib and patch version of lib in package.json