I've installed the Angular CDK in order to use PrimeNG's dropdown component but it throws an error.
I've added this in my app.module.ts:
import {DropdownModule} from 'primeng/dropdown';
And installed the Angular CDK by simply typing in the following:
npm install @angular/cdk --save
new
keyword). One possible cause could be if your build tool converts your app to the ES5 version. I don't know. – Study