Hi,
I'm struggling to implement the new angular material design tooltip into an Appery Ionic 5 application.
So far I've managed to add the @angular/material, @angular/cdk and @angular/animations to the NPM modules in the app settings.
On my page I have imported the module: import {MatTooltipModule} from '@angular/material/tooltip';
On a button I've added the property [matTooltip]. All that works fine. But when I run the application I get an error about "Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application."
So can anyone help me how to add the BrowserAnimatonsModule or NoopAnimationsModule to the application? I have tried different ways but I'm not succeeding.