I have multi angular projects and i will use the multi-components that I created to use in other my projects. My projects is:
+ shop
- src
- app
- components
- e2e
- angular.json
- package.json
- tsconfig.json
+ site
- src
- app
- components
- e2e
- angular.json
- package.json
- tsconfig.json
....
I will create multi-component in npm for use in all my projects. How i create npm package?