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
{{ message }}
This repository was archived by the owner on Sep 13, 2021. It is now read-only.
After updating to @angular/material@10.2.0, an error appears in datepicker.d.ts :
ERROR: node_modules/saturn-datepicker/datepicker/datepicker.d.ts:54:22 - error TS2420: Class 'SatDatepicker<D>' incorrectly implements interface 'CanColor'.
Property 'defaultColor' is missing in type 'SatDatepicker<D>' but required in type 'CanColor'.
54 export declare class SatDatepicker<D> implements OnDestroy, CanColor {
Hi all,
After updating to @angular/material@10.2.0, an error appears in datepicker.d.ts :
Thank you