1

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

enter image description here

Project link In VS Code

Project link in Visual Studio IDE

Shailesh Bhat
  • 152
  • 4
  • 21
  • Possible duplicate of https://stackoverflow.com/questions/43241193/found-the-synthetic-property-panelstate-please-include-either-browseranimati/. – Halfist Mar 06 '18 at 12:33
  • visibilityChanged is probably not in the list of animations in your @Component() decorator. – Kevin Beal Nov 02 '18 at 00:17

0 Answers0