tabuckner / material-dayjs-adapter

A MatDateAdapter for Dayjs
https://www.npmjs.com/package/@tabuckner/material-dayjs-adapter
15 stars 24 forks source link

init parser method abstracted from constructor to avoid TS error #9

Closed ranyehushua closed 4 years ago

ranyehushua commented 4 years ago

Moving the accessor call from the constructor itself and moving to an abstracted private method seems to take care of the TS error for me.