Page 1 of 1

Table Module

Posted: 04 Sep 2021, 09:40
by DIlshod1506
I am getting this error although I installed latest angular/cdk ,and all of my libraries are in latest version
Please Help me I couldn't get answer it for several days



Error: node_modules/primeng/dropdown/dropdown.d.ts:1:42 - error TS2307: Cannot find module '@angular/cdk/scrolling' or its corresponding type declarations.

1 import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
~~~~~~~~~~~~~~~~~~~~~~~~


Error: node_modules/primeng/dropdown/dropdown.d.ts:10:21 - error TS2307: Cannot find module '@angular/cdk/scrolling' or its corresponding type declarations.

10 import * as i3 from "@angular/cdk/scrolling";
~~~~~~~~~~~~~~~~~~~~~~~~


Error: node_modules/primeng/table/table.d.ts:7:42 - error TS2307: Cannot find module '@angular/cdk/scrolling' or its corresponding type declarations.

7 import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
~~~~~~~~~~~~~~~~~~~~~~~~


Error: node_modules/primeng/table/table.d.ts:14:21 - error TS2307: Cannot find module '@angular/cdk/scrolling' or its corresponding type declarations.

14 import * as i5 from "@angular/cdk/scrolling";
~~~~~~~~~~~~~~~~~~~~~~~~

Re: Table Module

Posted: 19 Sep 2021, 06:23
by hdpham107
Dear friend,

You can ref this post. I hope it helpfull with you. Thanks
https://stackoverflow.com/questions/556 ... -scrolling