I suppose to install specific version of @angular/material
and @angular/cdk
in the application. The same is provided in the package.json. But when do npm i
it is downloading the latest package of material and cdk.
Steps to reproduce:
- Clone the repo
- Install package (
npm install
) - verify downloaded package version (
ng -v
)