A web frontend implementation with Angular 2 and the cron-to-quartz library to create an online conversion from CRON syntax notation to Quartz Scheduler notation.
The website is available at: https://lirantal.github.io/cron-quartz-web/
This project was built and scafollded based on angular-cli which is a popular generator for Angular 2.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve
.
To get more help on the angular-cli
use ng --help
or go check out the Angular-CLI README.