Below is the error I'm getting in console window, while running Angular project in Visual Studio IDE. But If I run in VS Code, there is no error. Tried to solve by adding,
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
and including it in
imports[ BrowserAnimationsModule ]
But didn't work.Do anyone know reason for this..Thanks in Advance
Project link In VS Code
Project link in Visual Studio IDE