Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@swimlane/ngx-cron

Package Overview
Dependencies
Maintainers
9
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swimlane/ngx-cron

User-friendly cron input

  • 1.1.1
  • npm
  • Socket score

Version published
Weekly downloads
439
decreased by-6.79%
Maintainers
9
Weekly downloads
 
Created
Source

ngx-cron

🕒 User-friendly cron input...

Installation instructions

Install @swimlane/ngx-cron and peers from npm:

npm install @swimlane/ngx-cron @swimlane/ngx-ui cronstrue --save

Add needed the NgxCronModule package to imports:

import { NgxCronModule } from '@swimlane/ngx-cron';

@NgModule({
  ...
  imports: [NgxCronModule]
  ...
})

Add the ngx-cron component to your page:

<ngx-cron-input
  [(cron)]="cron"
  [allowedPeriods]="allowedPeriods"
  [disabled]="disabled"
  [allowQuartz]="allowQuartz">
</ngx-cron-input>

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run npm run build to build the project. The package artifacts will be stored in the dist/ directory. Demo will be generated in the docs/ folder.

Release

  • npm version {{-version here-}}
  • git add -A -- docs/
  • git push --tags
  • cd dist
  • npm publish

Credits

ngx-dnd is a Swimlane open-source project; we believe in giving back to the open-source community by sharing some of the projects we build for our application. Swimlane is an automated cyber security operations and incident response platform that enables cyber security teams to leverage threat intelligence, speed up incident response and automate security operations.

Keywords

FAQs

Package last updated on 23 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc