February 19th, 2021
6:05 pm
Posted under Angular & PrimeNG & Uncategorized & Web
Permalink
Tags Bug, Gotcha, Tip
… as above – I received the following error in relation to a PrimeNG p-dropdown used with a p-dataview:
Error: The target entry-point “primeng/dataview” has missing dependencies:
– @angular/cdk/scrolling
This issue is covered here.
I haven’t seen this before, but installing @angular/cdk resolved the build failure. This appears to be a transitive dependency issue which should have been resolved by my dependencies on PrimeNG.
Comments Off on PrimeNG 11/Angular 11 build fails due to missing @angular/cdk dependency