KolayElements
angular kolay-elements modules:
angular select (ng-select)angular mutli select (ng-select)
angular segment selecttor
angular radio button
angular checkbox
angular datepicker , date range picker (mydatepicker)
angular timeplicker
angular datatable (ngx-datatable)
angular modal (dialog)
angular speech list (chat list)
angular process steps (wizard steps)
Demo: see Demo page.
Installation
Using npm: ``` $ npm i --save kolay-elements ```Build
Runng build kolay-elements
to build the project. The build artifacts will be stored in the dist/
directory.Publishing
After building your library withng build kolay-elements
, go to the dist folder cd dist/kolay-elements
and run npm publish
.Running unit tests
Runng test kolay-elements
to execute the unit tests via Karma.Further help
To get more help on the Angular CLI useng help
or go check out the Angular CLI README.