Closed xiaohanInvictiq closed 10 months ago
@xiaohanInvictiq Will seting package and version to @angular/cdk in your package.json solve the issue? We don't put any restriction here.
Thank you, Andrew
@xiaohanInvictiq Will seting package and version to @angular/cdk in your package.json solve the issue? We don't put any restriction here.
Thank you, Andrew
Oh! Yes, adding the version for @angular/cdk works, thank you!
Are you requesting a feature, reporting a bug or asking a question?
Asking a question, am not sure if it is a bug or just you didn't update your official website
What is the current behavior?
I'm trying to run "npm install survey-angular-ui --save" and my program has an Angular version 15.2.5, but got the error message:
What is the expected behavior?
According to the description on your official website: "SurveyJS for Angular requires Angular v12.0.0 or newer and depends on the @angular/cdk package. " Ideally it should be installed successfully with Angular 15, isn't it?
How would you reproduce the current behavior (if this is a bug)?
Provide the test code and the tested page URL (if applicable)
Tested page URL:
Test code
Specify your