-
Package name in package.json 1.1 - name 1.2 - version 1.3 - description 1.4 - main 1.5 - git Reference urls
Note: check required dependencies of version available in core/build
Add additional dependencies in right category
-
Change the package in in tsconfig.json
"paths": { "@balinj/balinj-feature1": ["./index"] }
xxxx -- package name
- Change the package in in tsconfig.ngc.json
"paths": { "@balinj/balinj-feature1": ["./index"] }
xxxx -- package name
-
web pack config changes "./config/webpack.config.js"
entry: { 'balinj-feature1': './index.ts' },
output: { .. library: 'balinj-feature1', .. },
-
App tester web config './app/webpack.config.js'
-
main.ts import right package and modules.
-
npm install
npm i
-
Build
npm run build