@balinj/feature1

BalinJ Feature Application

Usage no npm install needed!

<script type="module">
  import balinjFeature1 from 'https://cdn.skypack.dev/@balinj/feature1';
</script>

README

  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