This is a JSON driven angular x based dashboard framework that is inspired by JIRA's dashboard implementation and https://github.com/raulgomis/angular-dashboard-framework
MIT License
187
stars
95
forks
source link
ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'inRun: false'. Current value: 'inRun: true' . #22
NewsGadgetComponent.html:4 ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'inRun: false'. Current value: 'inRun: true'.
at viewDebugError (core.js:20342)
at expressionChangedAfterItHasBeenCheckedError (core.js:20330)
at checkBindingNoChanges (core.js:20432)
at checkNoChangesNodeInline (core.js:23307)
at checkNoChangesNode (core.js:23292)
at debugCheckNoChangesNode (core.js:23896)
at debugCheckDirectivesFn (core.js:23824)
at Object.eval [as updateDirectives] (NewsGadgetComponent.html:4)
at Object.debugUpdateDirectives [as updateDirectives] (core.js:23813)
at checkNoChangesView (core.js:23191)
This error occurs while running in developer mode and is a known behavior of change detection. Try to see if it occurs after building in production mode.
Why this is raising at the time of execution?
NewsGadgetComponent.html:4 ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'inRun: false'. Current value: 'inRun: true'. at viewDebugError (core.js:20342) at expressionChangedAfterItHasBeenCheckedError (core.js:20330) at checkBindingNoChanges (core.js:20432) at checkNoChangesNodeInline (core.js:23307) at checkNoChangesNode (core.js:23292) at debugCheckNoChangesNode (core.js:23896) at debugCheckDirectivesFn (core.js:23824) at Object.eval [as updateDirectives] (NewsGadgetComponent.html:4) at Object.debugUpdateDirectives [as updateDirectives] (core.js:23813) at checkNoChangesView (core.js:23191)