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

0.6.0 • Public • Published

version Angular

NgxCronUi

Angular module for cron schedule editor

Install

npm

$ npm install --save ngx-cron-ui

Get started

  1. import NgxCronUiModule
// app.module.ts

import { NgxCronUiModule } from 'ngx-cron-ui';

@NgModule({
  imports: [
    NgxCronUiModule
  ]
})
  1. set config.
//app.component.ts

config: NgxCronUiConfig = {
    option: {
      minute: false,
      hour: false,
      year: false
    },
    isSetDefaultValue: true,
    isBaseFrequencyNewLine: true
  }
  1. add ngx-cron-ui component.
<!-- app.html -->

<ngx-cron-ui (onChangeEvent)="changeSchedule($event)" [config]="config"></ngx-cron-ui>

/ngx-cron-ui/

    Package Sidebar

    Install

    npm i ngx-cron-ui

    Weekly Downloads

    19

    Version

    0.6.0

    License

    none

    Unpacked Size

    127 kB

    Total Files

    23

    Last publish

    Collaborators

    • shlee