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 has been archived by the owner on Sep 13, 2021. It is now read-only.
After updating to @angular/[email protected], 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 {
Thank you
The text was updated successfully, but these errors were encountered:
Hi all,
After updating to @angular/[email protected], an error appears in datepicker.d.ts :
Thank you
The text was updated successfully, but these errors were encountered: