17.0.0 • Published 4 months ago

@sbzen/ng-cron v17.0.0

Weekly downloads
263
License
MIT
Repository
github
Last release
4 months ago

Stand With Ukraine

Quartz/Unix Cron Component - Angular

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.

Getting Started

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.

Installation

You can use either the npm or yarn command-line tool to install packages.

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

<quartz-cron></quartz-cron>

Usage & Demo

Main source of API documentation and usage scenarios available here: https://ngcron.emptyui.com/.

Compatibility

The only two required dependencies are Angular and cron-core. The Bootstrap CSS is optional as you can use this component with your own styling. Here is the versions compatibility list:

Ng CronAngularBootstrap CSS
0.0.17.x.x4.x.x
1.0.111.x.x4.x.x
2.0.014.x.x4.x.x
15.0.015.x.x4.x.x, 5.x.x
16.0.016.x.x4.x.x, 5.x.x
17.0.0

4 months ago

16.0.0

10 months ago

15.0.0

1 year ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.11

3 years ago

0.0.10

4 years ago

0.0.10-rc1.7

4 years ago

0.0.10-rc1.6

4 years ago

0.0.10-rc1.4

4 years ago

0.0.10-rc1.5

4 years ago

0.0.10-rc1.1

4 years ago

0.0.10-rc1.2

4 years ago

0.0.10-rc1.3

4 years ago

0.0.10-rc1

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7-rc.0

4 years ago

0.0.7-rc.1

4 years ago

0.0.7

4 years ago

0.0.6-rc.0

4 years ago

0.0.6-rc.1

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago