angular-calendar-scheduler
Advanced tools
Comparing version 15.0.1 to 15.0.2
@@ -5,2 +5,4 @@ # Changelog | ||
### [15.0.2](https://github.com/michelebombardi/angular-calendar-scheduler/compare/v15.0.1...v15.0.2) (2023-06-07) | ||
### [15.0.1](https://github.com/mounthorse-slns/angular-calendar-scheduler/compare/v15.0.0...v15.0.1) (2023-02-25) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "angular-calendar-scheduler", | ||
"version": "15.0.1", | ||
"version": "15.0.2", | ||
"license": "MIT", | ||
@@ -9,10 +9,11 @@ "private": false, | ||
"type": "git", | ||
"url": "git+https://github.com/mounthorse-slns/angular-calendar-scheduler.git" | ||
"url": "git+https://github.com/michelebombardi/angular-calendar-scheduler.git" | ||
}, | ||
"author": "Michele Bombardi (Mounthorse Solutions)", | ||
"homepage": "https://github.com/mounthorse-slns/angular-calendar-scheduler", | ||
"author": "Michele Bombardi (Montecavallo Solutions)", | ||
"homepage": "https://github.com/michelebombardi/angular-calendar-scheduler", | ||
"bugs": { | ||
"url": "https://github.com/mounthorse-slns/angular-calendar-scheduler/issues" | ||
"url": "https://github.com/michelebombardi/angular-calendar-scheduler/issues" | ||
}, | ||
"keywords": [ | ||
"montecavallo", | ||
"mounthorse", | ||
@@ -19,0 +20,0 @@ "calendar", |
@@ -15,3 +15,3 @@ # Angular Calendar Scheduler | ||
https://angular-calendar-scheduler-demo.stackblitz.io | ||
https://angular-calendar-scheduler-demo-kvmava.stackblitz.io | ||
@@ -64,3 +64,3 @@ ## Table of contents | ||
```ts | ||
import { CalendarModule } from 'angular-calendar'; | ||
import { CalendarModule, MOMENT } from 'angular-calendar'; | ||
import { SchedulerModule } from 'angular-calendar-scheduler'; | ||
@@ -67,0 +67,0 @@ |
1276025