ERROR RuntimeError: NG05105: Unexpected synthetic property @flyinout found. Please make sure that:
- Make sure
provideAnimationsAsync(), provideAnimations() or provideNoopAnimations() call was added to a list of providers used to bootstrap an application.
- There is a corresponding animation configuration named
@flyInOut defined in the animations field of the @Component decorator (see https://angular.dev/api/core/Component#animations).