Cannot find module '@angular/platform-browser/animations'-Twitter bootstrap
I get the error of "[ts] Cannot find module '@angular/platform-browser/animations'." I have installed the following: npm install --save @angular/material @angular/cdk npm install --save @angular/animations and try to import the BrowserAnimationsModule in the app.module like so: "import { BrowserAnimationsModule } from…