Lux is an Angular library with User Interface components.
From npmjs: @metadev/lux
npm i @metadev/lux
See documenation at https://lux.metadev.pro.
Clone this repo and then:
npm i
npm test
ng serve
- Library source code is under
projects/lux/
folder. - Sample project documenting the library under
src/
folder.
In order to debug Lux in a target app by bringing local changes made to Lux's code to an app that uses Lux, run the following commands in Lux's directory:
npm run build:lux
cd dist/lux
npm pack
And then the following in the target app's directory, replacing lux.directory
with Lux's directory:
npm install lux.directory/dist/lux/metadev-lux-version.tgz
And then build and run the target app.
- Created and mantained by Metadev.
- Distributed under MIT license.