How to downgrade Angular materia Version 16.0.0 to 14.2.6 so that colud be compatible with current project in term of appearance and animations
I tried to downgrade angular version but no Effect on its
ng --version
npm uninstall -g @angular/cli
npm cache clean --force
npm install -g @angular/cli@14.2
ng --version