0.0.3 • Published 7 years ago

@balinj/feature1 v0.0.3

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
7 years ago
  1. 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

  2. Change the package in in tsconfig.json

"paths": { "@balinj/balinj-feature1": "./index" }

xxxx -- package name

  1. Change the package in in tsconfig.ngc.json

"paths": { "@balinj/balinj-feature1": "./index" }

xxxx -- package name

  1. web pack config changes "./config/webpack.config.js"

    entry: { 'balinj-feature1': './index.ts' },

output: {
  	..
    library: 'balinj-feature1',
	..
},
  1. App tester web config './app/webpack.config.js'

  2. main.ts import right package and modules.

  3. npm install

    npm i

  4. Build

    npm run build

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago