in the past , I use below code in my angular project :
import {BrowserAnimationsModule} from "@angular/platform-browser/animations";
but now , when I want use the BrowserAnimationsModule , I get this error :
Cannot find @angular/platform-browser/animations module
what can I do ?