C

Coding Defined's Coding Defined

This blog contains articles on Nodejs, Asp.Net, Csharp.
CodingDefined.com is a web based blog, contains articles on
programming languages, frameworks and architectures.

  • Rated3.1/ 5
  • Updated 1 Year Ago

How I fixed @routerTransition Error in Angular

Updated 5 Years Ago

How I Fixed @routerTransition Error In Angular
While working with Angular 6, I was getting an error as "Found the synthetic property @routerTransition. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application." These two modules where already added in the application and the suggestions seems to be misleading.
Read More