Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ module.exports = {
"stories": [
"../stories/**/*.stories.@(js|jsx|ts|tsx)"
],
"addons": [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-interactions"
],
"addons": ["@storybook/addon-links", "@storybook/addon-docs"],
"framework": "@storybook/angular",
"core": {
"builder": "@storybook/builder-webpack5"
Expand Down
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct-single.svg)](https://vshymanskyy.github.io/StandWithUkraine)

# Quartz/Unix Cron Component - Angular

Forked from https://github.com/ua-cron/angular since I needed the upgraded version to Angular 19.

[Angular](https://angular.io/) cron widget built from the ground up using only [Bootstrap 4](https://getbootstrap.com/) CSS.

Please check our [demo & documentation](https://ngcron.emptyui.com/) and the list of
Please check the [demo & documentation](https://ngcron.emptyui.com/) and the list of
[issues](https://github.com/ua-cron/angular/issues) to see all the things we are working on. Feel free to make comments there.

<p align="center">
Expand All @@ -17,14 +17,14 @@ Please check our [demo & documentation](https://ngcron.emptyui.com/) and the lis
</p>

<p align="center">
<a href="https://badge.fury.io/js/%40sbzen%2Fng-cron">
<a href="https://badge.fury.io/js/%40k0say%2Fng-cron">
<img
src="https://img.shields.io/npm/dm/@sbzen/ng-cron.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen"
src="https://img.shields.io/npm/dm/@k0say/ng-cron.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen"
alt="npm version">
</a>
<a href="https://npmjs.org/%40sbzen%2Fng-cron">
<a href="https://npmjs.org/%40k0say%2Fng-cron">
<img
src="https://img.shields.io/npm/v/@sbzen/ng-cron.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen"
src="https://img.shields.io/npm/v/@k0say/ng-cron.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen"
alt="npm downloads">
</a>
</p>
Expand All @@ -38,14 +38,14 @@ Inspired by this [non-angular](https://www.freeformatter.com/cron-expression-gen
## Installation
You can use either the npm or yarn command-line tool to install packages.
```
npm install --save @sbzen/ng-cron
npm install --save @k0say/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';
import { QuartzCronModule } from '@k0say/ng-cron';

@NgModule ({
imports: [QuartzCronModule]
Expand Down Expand Up @@ -74,3 +74,4 @@ Here is the versions compatibility list:
| 16.0.0 | 16.x.x | 4.x.x, 5.x.x |
| 17.0.0 | 17.x.x | 4.x.x, 5.x.x |
| 18.0.0 | 18.x.x | 4.x.x, 5.x.x |
| 19.0.0 | 19.x.x | 4.x.x, 5.x.x |
2,649 changes: 960 additions & 1,689 deletions documentation.json

Large diffs are not rendered by default.

Loading