Browser module animation in ionic
The concept of browser module animation very useful in ionic 4 on animation point of view. The animation is apply in different form in ionic 4 , Mainly two type of animation use in ionic. We can add animation on page push , and second on specific component , item , list, card , so on enable as animation mode. Now Quick start with browser module animation Problems :- Browser animation module is not working after installing and well import in app.module.ts. Solution:- 100% work , Go to ionic 4 project, run command npm i @angular/animations@latest --save npm i angular-animations --save After installing two in ionic 4 project , Let's move to integration process Follow, Step's 1:- Go to app.module.ts import { BrowserAnimationsModule } fr...