You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## What is this?
4
4
5
-
Resource calendar for Angular 17+
5
+
Resource calendar for Angular 18+
6
6
7
7
## Install
8
8
@@ -66,6 +66,16 @@ Simple usage example
66
66
|`slotTemplate`| A custom template to use for slots | slot = SlotModel, resource = ResourceModel, day = DayModel |
67
67
|`currentTimeTemplate`| A custom template to show current time etc. custom overlay | day = DateModel |
68
68
69
+
## Testing locally updated package
70
+
71
+
```bash
72
+
$ npm run build
73
+
$ cd dist/ngx-resource-calendar
74
+
$ npm pack
75
+
```
76
+
77
+
Copy `protacon-ngx-resource-calendar-0.0.1.tgz` from dist/ngx-resource-calendar to other project root and change to `package.json``"@protacon/ngx-resource-calendar": "file:protacon-ngx-resource-calendar-0.0.1.tgz",`
0 commit comments