ngx-np-datepicker 2.2.3 → 2.2.4
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
A configurable Nepali Date Picker(Bikram Sambat) built for angular applications. Supports latest (Angular 19) version.
|
|
4
4
|
|
|
5
|
+
### Key Fixes:
|
|
6
|
+
|
|
7
|
+
- Fixed date issues related to BS 2081 and 2082.
|
|
8
|
+
|
|
5
9
|
### Demo
|
|
6
10
|
|
|
7
11
|
<a href="https://wwwbijay.github.io/angular-nepali-datepicker/" target="_blank">Click here to check demo.</a>
|
|
@@ -50,7 +54,3 @@ The supported date format is dd-mm-yyyy
|
|
|
50
54
|
### License
|
|
51
55
|
|
|
52
56
|
MIT License
|
|
53
|
-
|
|
54
|
-
### 🔍 Key Fixes:
|
|
55
|
-
|
|
56
|
-
- Fixed date issues related to BS 2081 and 2082.
|
package/package.json
CHANGED