@balinj/personal-info
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published
  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', .. },

  2. App tester web config './app/webpack.config.js'

  3. main.ts import right package and modules.

  4. npm install

    npm i

  5. Build

    npm run build

Package Sidebar

Install

npm i @balinj/personal-info

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

60.5 kB

Total Files

4

Last publish

Collaborators

  • bharathisuthan
  • balinj-infotech-india