# MisEmpWebExp

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.12.

# For new pvt packages

- Publishing

1. Set package name as @mis-wis/\*
2. Create user on NPM and link with organization account
3. Build and publish package as required

- Installing

1. Create/Update .npmrc in project root <code>//registry.npmjs.org/:\_authToken=_</code>. Replace _ with new token from org
   - TODO: Use ENV variables instead of hardcoded tokens
2. (Optional) Update Dockerfile to copy .npmrc before running npm install
