Component & Style Library for Angular by Swimlane.
Note: This project is under heavy construction and is not intended for general production use yet. As such, we are not accepting bugs at the moment and documentation is quite lacking.
npm i @swimlane/ngx-ui --S- Install the project's peer depencencies (moment, codemirror)
- Add
NgxUIModuleto your application module
Run npm run build:lib to build ngx-ui. This must be done prior to building the demo.
Run ng serve to serve the demo at http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
Run ng cypress to execute the end-to-end tests via Cypress.