hackingharold/ngx-dropzone

Cannot find module 'cdk' or its corresponding type

MilanObrenovic opened this issue · 1 comments

image

This error pops up when i add

import { DropzoneMaterialModule } from "@ngx-dropzone/material";

but adding

import { DropzoneCdkModule } from "@ngx-dropzone/cdk";

there is no error. i'm using angular 16.0.2

Hi @MilanObrenovic,

there was indeed an error in the package name referencing. Please install v16.1.1 for a fixed version. Sorry for the inconveniences.