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