-
Notifications
You must be signed in to change notification settings - Fork 180
Description
Below is my full error info:-
Error: node_modules/@angular-material-components/datetime-picker/lib/datetime-picker.component.d.ts:22:79 - error TS2694: Namespace '"C:/0.Development/ADASPediaPortalNew/node_modules/@angular/material/core/index"' has no exported member '_Constructor'.
22 declare const _MatDatetimepickerContentBase: import("@angular/material/core")._Constructor & import("@angular/material/core")._AbstractConstructor & {
~~~~~~~~~~~~
Error: node_modules/@angular-material-components/datetime-picker/lib/datetime-picker.component.d.ts:22:137 - error TS2694: Namespace '"C:/0.Development/ADASPediaPortalNew/node_modules/@angular/material/core/index"' has no exported member '_AbstractConstructor'.
22 declare const _MatDatetimepickerContentBase: import("@angular/material/core")._Constructor & import("@angular/material/core")._AbstractConstructor & {
~~~~~~~~~~~~~~~~~~~~
Error: node_modules/@angular-material-components/datetime-picker/lib/datetime-picker.component.d.ts:34:22 - error TS2420: Class 'NgxMatDatetimeContent' incorrectly implements interface 'CanColor'.
Type 'NgxMatDatetimeContent' is missing the following properties from type 'CanColor': color, defaultColor
34 export declare class NgxMatDatetimeContent extends _MatDatetimepickerContentBase implements AfterViewInit, CanColor