@daypilot/daypilot-lite-angular 3.18.0 → 3.20.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
@@ -48,7 +48,7 @@ Angular project that displays an event calendar component with day, week and mon
48
48
 
49
49
  ### Angular Resource Calendar Tutorial
50
50
 
51
- [![Angular Resource Calendar](https://static.daypilot.org/npm/202207/angular-resource-calendar-tutorial.png)](https://code.daypilot.org/42642/angular-resource-calendar-tutorial)
51
+ [![Angular Resource Calendar](https://static.daypilot.org/npm/202309/angular-resource-calendar-open-source-tutorial.png)](https://code.daypilot.org/42642/angular-resource-calendar-tutorial)
52
52
 
53
53
  [Angular Resource Calendar (Open-Source)](https://code.daypilot.org/42642/angular-resource-calendar-tutorial)
54
54
  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.
@@ -67,6 +67,14 @@ How to activate the free-hand date range selection mode in the Angular date pick
67
67
  [Angular Calendar: Date Switching](https://code.daypilot.org/78004/angular-calendar-date-switching)
68
68
  How to integrate Angular event calendar component with a date picker and navigation buttons for changing the visible week.
69
69
 
70
+ ### Angular Calendar Undo/Redo
71
+
72
+ [![Angular Calendar Date Switching](https://static.daypilot.org/npm/202311/angular-calendar-component-open-source-undo-redo.png)](https://code.daypilot.org/14933/angular-calendar-with-undo-redo-open-source)
73
+
74
+ [Angular Calendar with Undo/Redo (Open-Source)](https://code.daypilot.org/14933/angular-calendar-with-undo-redo-open-source)
75
+ How to implement undo/redo functionality the for the open-source Angular Calendar component.
76
+
77
+
70
78
  ## Example
71
79
 
72
80
  ```typescript