You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error occurs with status front end data, or with observable usage.
The data is properly formatted.
I noticed this issue occurred in previous versions of Angular, and Angular Calendar.
Any help for this would be greatly appreciated!
angular-calendar.d.ts.ɵk.html:18 ERROR TypeError: Cannot read property 'primary' of undefined
at Object.eval [as updateRenderer] (angular-calendar.d.ts.ɵk.html:21)
at Object.debugUpdateRenderer [as updateRenderer] (core.js:14727)
at checkAndUpdateView (core.js:13841)
at callViewAction (core.js:14187)
at execEmbeddedViewsAction (core.js:14145)
at checkAndUpdateView (core.js:13837)
at callViewAction (core.js:14187)
at execEmbeddedViewsAction (core.js:14145)
at checkAndUpdateView (core.js:13837)
at callViewAction (core.js:14187)
The text was updated successfully, but these errors were encountered:
TheFern16
changed the title
Cannot read property 'primary' of undefined (Angular 5.1)
angular-calendar.d.ts.ɵk.html:18 ERROR TypeError: Cannot read property 'primary' of undefined (Angular 5.1)
Feb 9, 2018
For consideration: In our project we load based on users settings a different style template. I think it would be cool to add some default values to the events (whatever looks nice when using a "non-customized" calendar)
In our case we wouldn't need to specify some "random colors" and override them later on via css and on the other side people don't need to configure colors if not needed (imagine the event dto looks similar besides the colors... :D)
This error occurs with status front end data, or with observable usage.
The data is properly formatted.
I noticed this issue occurred in previous versions of Angular, and Angular Calendar.
Any help for this would be greatly appreciated!
angular-calendar.d.ts.ɵk.html:18 ERROR TypeError: Cannot read property 'primary' of undefined
at Object.eval [as updateRenderer] (angular-calendar.d.ts.ɵk.html:21)
at Object.debugUpdateRenderer [as updateRenderer] (core.js:14727)
at checkAndUpdateView (core.js:13841)
at callViewAction (core.js:14187)
at execEmbeddedViewsAction (core.js:14145)
at checkAndUpdateView (core.js:13837)
at callViewAction (core.js:14187)
at execEmbeddedViewsAction (core.js:14145)
at checkAndUpdateView (core.js:13837)
at callViewAction (core.js:14187)
The text was updated successfully, but these errors were encountered: