ngx-cron-generator
TypeScript icon, indicating that this package has built-in type declarations

11.0.5 • Public • Published

CronGenerator

This library supports Angular version 11.0.5.

Import Module

Import import { NcronGeneratorModule } from 'ngx-cron-generator'; in your app.module.ts or in any lazy loading module.

Add NcronGeneratorModule in particular module's imports array

Add selector

Add <ngx-cron-generator></ngx-cron-generator> in your html component.

To get cron expression change

Add <ngx-cron-generator (cronResult)="cronChange($event)"></ngx-cron-generator> in your html component.

To add Form Control

<ngx-cron-generator formControlName="myFormControlName" (cronResult)="cronChange($event)"></ngx-cron-generator>, create getCronResult($event) method in your component.

Note

This library has dependency of Bootstrap minimun version 4.1.3

Package Sidebar

Install

npm i ngx-cron-generator

Weekly Downloads

2

Version

11.0.5

License

none

Unpacked Size

510 kB

Total Files

59

Last publish

Collaborators

  • navnathjadhav