controller-ui

Angular Component library for building train cockpit


Keywords
angular, angular11, library, ng, typescript, gauges
License
CNRI-Python-GPL-Compatible
Install
npm install controller-ui@1.1.5

Documentation

Controller Ui

NPM version codecov Build Status

This project is the Angular project for build the controller-ui library.

Use this project for test or build the library.

Using controller-ui

To use controller-ui please refer to the npm page : https://www.npmjs.com/package/controller-ui

Run the project

Run this project for test all library components :

  • Install Angular cli

  • Clone this project

  • Open a console in the cloned directory

  • Install dependencies :

npm install
  • Build library :
ng build controller-ui
  • Run the project :
ng serve

Documentation

controller-ui documentation