@daypilot/daypilot-lite-angular 3.9.0 → 3.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -30,38 +30,35 @@
30
30
 
31
31
  ### Angular Appointment Calendar Tutorial
32
32
 
33
- ![Angular Appointment Calendar](https://static.daypilot.org/npm/202207/angular-appointment-calendar.png)
33
+ [![Angular Appointment Calendar](https://static.daypilot.org/npm/202207/angular-appointment-calendar.png)](https://code.daypilot.org/50175/angular-appointment-calendar-component-typescript)
34
34
 
35
35
  [Open-Source Angular Appointment Calendar Component (TypeScript + PHP/MySQL)](https://code.daypilot.org/50175/angular-appointment-calendar-component-typescript)
36
36
  Simple appointment scheduling application built using Angular. The calendar view is created using DayPilot Pro Angular Calendar component. The server-side backend is created using PHP and stores events in a MySQL or SQLite database.
37
37
 
38
38
  ### Angular Day/Week/Month Views
39
39
 
40
- ![Angular Calendar: Day/Week/Month Views](https://static.daypilot.org/npm/202207/angular-calendar-day-week-month.png)
40
+ [![Angular Calendar: Day/Week/Month Views](https://static.daypilot.org/npm/202207/angular-calendar-day-week-month.png)](https://code.daypilot.org/30451/angular-calendar-day-week-month-views)
41
41
 
42
42
  [Angular Calendar: Day/Week/Month Views (Open-Source)](https://code.daypilot.org/30451/angular-calendar-day-week-month-views)
43
43
  Angular project that displays an event calendar component with day, week and month views that share the same data and can be easily switched. A date picker component is used to switch the current date and highlight busy days.
44
44
 
45
45
  ### Angular Resource Calendar Tutorial
46
46
 
47
- ![Angular Resource Calendar](https://static.daypilot.org/npm/202207/angular-resource-calendar-tutorial.png)
47
+ [![Angular Resource Calendar](https://static.daypilot.org/npm/202207/angular-resource-calendar-tutorial.png)](https://code.daypilot.org/42642/angular-resource-calendar-tutorial)
48
48
 
49
49
  [Angular Resource Calendar (Open-Source)](https://code.daypilot.org/42642/angular-resource-calendar-tutorial)
50
50
  Angular application that shows how to create a resource calendar Angular component that displays event data in multiple columns. The resource calendar supports drag and drop out of the box.
51
51
 
52
52
  ### Angular Date Picker Tutorial
53
53
 
54
- ![Angular Date Picker with Drag & Drop Range Selection](https://static.daypilot.org/npm/202207/angular-calendar-date-picker-drag-drop.png)
54
+ [![Angular Date Picker with Drag & Drop Range Selection](https://static.daypilot.org/npm/202207/angular-calendar-date-picker-drag-drop.png)](https://code.daypilot.org/16244/angular-date-picker-with-drag-drop-range-selection)
55
55
 
56
56
  [Angular Date Picker with Drag & Drop Range Selection (Open-Source)](https://code.daypilot.org/16244/angular-date-picker-with-drag-drop-range-selection)
57
57
  How to activate the free-hand date range selection mode in the Angular date picker component (Navigator).
58
58
 
59
-
60
-
61
-
62
59
  ### Angular Calendar Date Switching Tutorial
63
60
 
64
- ![Angular Calendar Date Switching](https://static.daypilot.org/npm/202207/angular-calendar-date-switching-tutorial.png)
61
+ [![Angular Calendar Date Switching](https://static.daypilot.org/npm/202207/angular-calendar-date-switching-tutorial.png)](https://code.daypilot.org/78004/angular-calendar-date-switching)
65
62
 
66
63
  [Angular Calendar: Date Switching](https://code.daypilot.org/78004/angular-calendar-date-switching)
67
64
  How to integrate Angular event calendar component with a date picker and navigation buttons for changing the visible week.