UNPKG
ng2-date-picker-pda-forked
Version:
latest (2.4.0)
2.4.0
github.com/piotr-dajlido/angular-datepicker
piotr-dajlido/angular-datepicker
ng2-date-picker-pda-forked
/
prebuild
/
app
/
month-calendar
/
month.model.ts
5 lines
(4 loc)
•
119 B
text/typescript
View Raw
1
2
3
4
5
import
{
IDate
}
from
'../common/models/date.model'
;
export
interface
IMonth
extends
IDate
{
currentMonth
?:
boolean
; }