ngx-i18n-cron-editor
An Angular 10 component for building cron expressions graphically, with localization capabilities.
This is a fork of https://github.com/haavardj/ngx-cron-editor.
It is meant to be used in reactive forms and support Angular Material Design styling.
Demo
A work-in-progress demo can be found here.
The demo project includes translation files and configurations to assist with adding more languages.
Usage
-
Install the npm package:
$ npm i ngx-i18n-cron-editor -S
-
Import the module in your own module:
; -
Setup the FormControl in you component's typescript file:
ngOnInit: void -
Include the component in your html code:
or use the
formControlName='...'
directive if your form controller lives in a FormGroup.
Options
;
History
The ngx-i18n-cron-editor is a fork of haavardj's ngx-cron-editor.
The ngx-cron-editor is a fork of the vincentjames501's angular-cron-gen for AngularJS 1.5+ and claudiuconstantin's [cron-editor(https://github.com/claudiuconstantin/cron-editor)].
The main additions of this fork is support for Angular 10+ and internationalization.
License:
Licensed under the MIT license