ngx-np-datepicker 2.2.1 → 2.2.2
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Angular Nepali Datepicker
|
|
2
2
|
|
|
3
|
-
A configurable Nepali Date Picker(Bikram Sambat) built for angular appilcations.
|
|
3
|
+
A configurable Nepali Date Picker(Bikram Sambat) built for angular appilcations.
|
|
4
4
|
|
|
5
5
|
### Demo
|
|
6
6
|
|
|
@@ -41,7 +41,7 @@ then use `<np-datepicker [(ngModel)]="nepaliDate"></np-datepicker>` in your temp
|
|
|
41
41
|
|
|
42
42
|
### Note
|
|
43
43
|
|
|
44
|
-
|
|
44
|
+
Fixed date issue of B.S. 2081 and 2082.
|
|
45
45
|
|
|
46
46
|
### Format
|
|
47
47
|
|
package/package.json
CHANGED