I am using Angular14 and tried to install Angular Flex layout.
I am getting this error:
after running the command - ng add @angular/flex-layout
error Found: @angular/cdk@14.0.2
error node_modules/@angular/cdk
error @angular/cdk@"^14.0.2" from the root project
error
error Could not resolve dependency:
error peer @angular/cdk@"^13.0.0" from @angular/flex-layout@13.0.0-beta.38
error node_modules/@angular/flex-layout
error @angular/flex-layout@"13.0.0-beta.38" from the root project
So, to use it, do I need to downgrade angular? or there is a workaround to this?