Quartz Cron Component - Angular
npm install @sbzen/ng-cron
Angular cron widget built from the ground up using only Bootstrap 4 CSS.
Please check our demo & documentation and the list of
issues to see all the things we are working on. Feel free to make comments there.
src="https://badge.fury.io/js/%40sbzen%2Fng-cron.svg"
alt="npm version">
src="https://img.shields.io/npm/dm/%40sbzen%2Fng-cron.svg"
alt="npm downloads">
This is an open source project that builds a cron builder component for Angular applications.
It supports Quartz/Unix cron string formats for both input and output.
Inspired by this non-angular implementation.
npm install --save @sbzen/ng-cron
`Display the cron component
You need to import the QuartzCronModule that you want to display by adding the following lines to your ngModule.`
import { QuartzCronModule } from '@sbzen/ng-cron';@NgModule ({
imports: [QuartzCronModule]
})
`
Add the cron component into yout template
`
``| Ng Cron | Angular | Bootstrap CSS |
| ------------- | ------------- | -------------- |
| 0.0.1 | 7.x.x | 4.x.x |
| 1.0.1 | 11.x.x | 4.x.x |
| 2.0.0 | 14.x.x | 4.x.x |
| 15.0.0 | 15.x.x | 4.x.x, 5.x.x |
| 16.0.0 | 16.x.x | 4.x.x, 5.x.x |