Hi all i tried migrating to ionic 3 but I encounter some problems with the browseranimation module
it seems to compile fine but I get a black screen and the following as an error in the console :
core.es5.js:1085 ERROR Error: Uncaught (in promise): Error: Found the synthetic property @movestart. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application. Error: Found the synthetic property @movestart. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application. at g (polyfills.js:3) at checkNoSyntheticProp (platform-browser.es5.js:2945) at DefaultDomRenderer2.setProperty (platform-browser.es5.js:2913) at setElementProperty (core.es5.js:9586) at checkAndUpdateElementValue (core.es5.js:9505) at checkAndUpdateElementInline (core.es5.js:9439) at checkAndUpdateNodeInline (core.es5.js:12130) at checkAndUpdateNode (core.es5.js:12105) at prodCheckAndUpdateNode (core.es5.js:12558) at Object.eval [as updateRenderer] (VideoIntroPage.ngfactory.js:993) at Object.updateRenderer (core.es5.js:12475) at checkAndUpdateView (core.es5.js:12077) at callViewAction (core.es5.js:12387) at execComponentViewsAction (core.es5.js:12333) at Object.checkAndUpdateView (core.es5.js:12078) at g (polyfills.js:3) at checkNoSyntheticProp (platform-browser.es5.js:2945) at DefaultDomRenderer2.setProperty (platform-browser.es5.js:2913) at setElementProperty (core.es5.js:9586) at checkAndUpdateElementValue (core.es5.js:9505) at checkAndUpdateElementInline (core.es5.js:9439) at checkAndUpdateNodeInline (core.es5.js:12130) at checkAndUpdateNode (core.es5.js:12105) at prodCheckAndUpdateNode (core.es5.js:12558) at Object.eval [as updateRenderer] (VideoIntroPage.ngfactory.js:993) at Object.updateRenderer (core.es5.js:12475) at checkAndUpdateView (core.es5.js:12077) at callViewAction (core.es5.js:12387) at execComponentViewsAction (core.es5.js:12333) at Object.checkAndUpdateView (core.es5.js:12078) at g (polyfills.js:3) at l (polyfills.js:3) at polyfills.js:3 at t.invokeTask (polyfills.js:3) at Object.onInvokeTask (core.es5.js:4136) at t.invokeTask (polyfills.js:3) at n.runTask (polyfills.js:3) at a (polyfills.js:3)
and when i try to import the BrowserAnimationsModule I get compile errors :
`webpack update started âŠ
[23:50:29] typescript: âŠid/node_modules/@angular/platform-browser/animations/src/animation_renderer.d.ts, line: 1
Cannot find module â@angular/animations/browserâ.
[23:50:29] typescript: âŠvote-hybrid/node_modules/@angular/platform-browser/animations/src/providers.d.ts, line: 8 L1:
import { É”AnimationEngine as AnimationEngine } from â@angular/animations/browserâ;
L2: import { NgZone, Renderer2, RendererFactory2, RendererStyleFlags2, RendererType2 } from â@angular/coreâ;
Cannot find module '@angular/animations/browser'.
L8: export declare function instantiateSupportedAnimationDriver(): NoopAnimationDriver;
L9: export declare function instantiateDefaultStyleNormalizer(): WebAnimationsStyleNormalizer;
`
any suggestions ?
thanks in advance