Skip to content

ngx-daterangepicker-material not supporting on angular latest version 19 #560

@santosh7kumar

Description

@santosh7kumar

Versions

  • Angular version: 19
  • component version: 19

Describe the bug
Error: node_modules/@angular-material-components/datetime-picker/lib/date-range-input-parts.d.ts:81:144 - error TS2694: Namespace 'node_modules/@angular/material/core/index"' has no exported member '_AbstractConstructor'.

81 declare const _NgxMatDateRangeInputBase: import("@angular/material/core")._Constructor & import("@angular/material/core")._AbstractConstructor & typeof NgxMatDateRangeInputPartBase;
~~~~~~~~~~~~~~~~~~~~

Error: node_modules/@angular-material-components/datetime-picker/lib/date-range-input.d.ts:75:5 - error TS2416: Property '_startInput' in type 'NgxMatDateRangeInput' is not assignable to the same property in base type 'NgxMatDateRangeInputParent'.
Type 'NgxMatStartDate' is missing the following properties from type 'NgxMatDateRangeInputPartBase': _rangeInput, _elementRef, _defaultErrorStateMatcher, _injector, and 56 more.

75 _startInput: NgxMatStartDate;
~~~~~~~~~~~

Error: node_modules/@angular-material-components/datetime-picker/lib/date-range-input.d.ts:76:5 - error TS2416: Property '_endInput' in type 'NgxMatDateRangeInput' is not assignable to the same property in base type 'NgxMatDateRangeInputParent'.
Type 'NgxMatEndDate' is missing the following properties from type 'NgxMatDateRangeInputPartBase': _rangeInput, _elementRef, _defaultErrorStateMatcher, _injector, and 57 more.

76 _endInput: NgxMatEndDate;
~~~~~~~~~

Error: node_modules/@angular-material-components/datetime-picker/lib/datepicker-base.d.ts:7:10 - error TS2305: Module '"@angular/material/core"' has no exported member 'CanColor'.

7 import { CanColor, ThemePalette } from '@angular/material/core';
~~~~~~~~

Error: node_modules/@angular-material-components/datetime-picker/lib/datepicker-base.d.ts:32:78 - error TS2694: Namespace '"node_modules/@angular/material/core/index"' has no exported member '_Constructor'.

32 declare const _NgxMatDatepickerContentBase: import("@angular/material/core")._Constructor & import("@angular/material/core")._AbstractConstructor & {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions