NPM Angular Lib

Developing a stand-alone NPM compatible Typescript Angular Library

hamis-ng (angular webapp)

  • work-request-ui (npm angular module)

  • work-evaulation-ui (npm angular module)

  • etc...

Current

Challenges

  • NPM Lib is mixed up with Web App source code (messed up!!)
  • Source code is not compiled and optimized (e.g. AOT)
  • Qualitative End-to-end testing is hard using Isolated WebApp

Desired 

npm link (local npm lib test)

NPM Angular Lib

By tlimpanont

NPM Angular Lib

  • 298