Skip to content

Latest commit

History

History
29 lines (17 loc) 路 1007 Bytes

README.md

File metadata and controls

29 lines (17 loc) 路 1007 Bytes

ngx-ui

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.

Installing

  • npm i @swimlane/ngx-ui --S
  • Install the project's peer depencencies (moment, codemirror)
  • Add NgxUIModule to your application module

Building ngx-ui

Run npm run build:lib to build ngx-ui. This must be done prior to building the demo.

Development server

Run npm run start to serve the demo at http://localhost:4200/. The app will automatically reload if you change any of the source files.

Building

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running tests

  • Run npm run test to execute unit tests
  • Run ng cypress to execute the end-to-end tests via Cypress.