ERROR TypeError: this.engine.setProperty is not a function
at AnimationRenderer.setProperty (eval at
at DebugRenderer2.setProperty (eval at
at setElementProperty (eval at
at checkAndUpdateElementValue (eval at
at checkAndUpdateElementInline (eval at
at checkAndUpdateNodeInline (eval at
at checkAndUpdateNode (eval at
at debugCheckAndUpdateNode (eval at
at debugCheckRenderNodeFn (eval at
at Object.eval [as updateRenderer] (ng:///CalendarModule/Calendar.ngfactory.js:585:5)
at Object.debugUpdateRenderer [as updateRenderer] (eval at
at checkAndUpdateView (eval at
at callViewAction (eval at
at execComponentViewsAction (eval at
at checkAndUpdateView (eval at
at callViewAction (eval at
at execComponentViewsAction (eval at
at checkAndUpdateView (eval at
at callViewAction (eval at
at execEmbeddedViewsAction (eval at
at checkAndUpdateView (eval at
at callViewAction (eval at
at execComponentViewsAction (eval at
at checkAndUpdateView (eval at
at callWithDebugContext (eval at
at Object.debugCheckAndUpdateView [as checkAndUpdateView] (eval at
at ViewRef_.detectChanges (eval at
at eval (eval at
at Array.forEach (native)
at ApplicationRef_.tick (eval at
at eval (eval at
at ZoneDelegate.invoke (eval at 572 (http://localhost:8080/js/polyfills.js:1412:1),
at Object.onInvoke (eval at
at ZoneDelegate.invoke (eval at 572 (http://localhost:8080/js/polyfills.js:1412:1),
at Zone.run (eval at 572 (http://localhost:8080/js/polyfills.js:1412:1),
at NgZone.run (eval at
at Object.next (eval at
at SafeSubscriber.schedulerFn [as _next] (eval at
at SafeSubscriber.__tryOrUnsub (eval at
at SafeSubscriber.next (eval at
at Subscriber._next (eval at
at Subscriber.next (eval at
at EventEmitter.Subject.next (eval at
at EventEmitter.emit (eval at
at checkStable (eval at
at Object.onHasTask (eval at
at ZoneDelegate.hasTask (eval at 572 (http://localhost:8080/js/polyfills.js:1412:1),
at ZoneDelegate._updateTaskCount (eval at 572 (http://localhost:8080/js/polyfills.js:1412:1),
at Zone._updateTaskCount (eval at 572 (http://localhost:8080/js/polyfills.js:1412:1),
at Zone.runTask (eval at 572 (http://localhost:8080/js/polyfills.js:1412:1),
Package Dependencies
"@angular/animations": "^4.3.1",
"@angular/common": "~4.2.6",
"@angular/compiler": "~4.2.6",
"@angular/core": "~4.2.6",
"@angular/forms": "~4.2.6",
"@angular/http": "~4.2.6",
"@angular/platform-browser": "~4.2.6",
"@angular/platform-browser-dynamic": "~4.2.6",
"@angular/router": "~4.2.6",
"bootstrap": "^4.0.0-alpha.6",
"core-js": "^2.4.1",
"font-awesome": "^4.7.0",
"primeng": "^4.1.1",
"reflect-metadata": "^0.1.3",
"rxjs": "^5.0.1",
"tslib": "^1.7.1",
"zone.js": "^0.8.10"
Make sure that you added, "@angular/animations": "^4.3.0" to your package.json dev dependencies. If it doesn't solve your problem. What are the steps for reproducing this problem? @p4pramod
I have the exact same error. Did you find a solution ?
Adding "": "^4.3.0" to the package.json dev dependencies didnt work.
update dependencies,
run: npm outdated
and then,
run: npm update
Glad to hear issue is resolved.
Most helpful comment
update dependencies,
run: npm outdated
and then,
run: npm update