https://github.com/swimlane/ngx-cron
🕒 User-friendly cron input...
https://github.com/swimlane/ngx-cron
hacktoberfest
Last synced: 3 months ago
JSON representation
🕒 User-friendly cron input...
- Host: GitHub
- URL: https://github.com/swimlane/ngx-cron
- Owner: swimlane
- License: mit
- Created: 2018-04-19T20:24:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-19T12:34:24.000Z (8 months ago)
- Last Synced: 2025-03-23T17:12:14.882Z (7 months ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage: https://swimlane.github.io/ngx-cron/
- Size: 11.1 MB
- Stars: 33
- Watchers: 27
- Forks: 6
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- trackawesomelist - ngx-cron (⭐33) - User-friendly cron input... (Recently Updated / [Mar 20, 2025](/content/2025/03/20/README.md))
- awesome-angular - ngx-cron - User-friendly cron input. (Third Party Components / Form Controls)
- fucking-awesome-angular - ngx-cron - User-friendly cron input. (Third Party Components / Form Controls)
README
# ngx-cron
🕒 User-friendly cron input...

## Installation instructions
Install `@swimlane/ngx-cron` and peers from `npm`:
```bash
npm install @swimlane/ngx-cron @swimlane/ngx-ui --save
```
Add needed the `NgxCronModule` package to imports:
```ts
import { NgxCronModule } from '@swimlane/ngx-cron';
@NgModule({
...
imports: [NgxCronModule]
...
})
```
Add the `ngx-cron` component to your page:
```html
```
## Development server
Run `yarn start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Release
- Checkout master (`git checkout master`)
- Pull master (`git pull`)
- Refresh node modules (`yarn install --frozen-lockfile`)
- Run tests (`yarn test`)
- Examine log to determine next version (`X.Y.Z`)
- Run `git checkout -b release/X.Y.Z`
- Update version in `projects/swimlane/ngx-cron/package.json`
- Update changelog in `projects/swimlane/ngx-cron/CHANGELOG.md`
- Run `git commit -am "(release): X.Y.Z"`
- Run `git tag X.Y.Z`
- Run `git push origin HEAD --tags`
- Run `yarn build:lib`
- Run `yarn publish:lib`
- Submit PR
## Credits
`ngx-cron` is a [Swimlane](http://swimlane.com) 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.