Skip to content

centran-be/centran-basic-inputs

Repository files navigation

Centran Basic Inputs

Angular Basic Inputs Library

  • Etape 1 : Build
 npm run build 
  • Etape 2 : Package Locally
  cd dist 
  npm pack ==>  this command generate a .zip
  • Etape 3 : Install
  cp .zip ./otherProject/
  npm install .zip