cca-developer
cca-developer
I have tried to make use of the trackBy function to increase performance as discussed [here](https://netbasal.com/angular-2-improve-performance-with-trackby-cc147b5104e5). When I add the trackBy function, though, my onUpdate function runs properly, but the...
This is a follow-up to [issue 29](https://github.com/webfactorymk/ng2-canvas-whiteboard/issues/29). It appears that any time an image is loaded into the canvas from the base64 encoding, the Clear, Undo, (and presumably Redo) buttons...
From what I can tell, right now when the timepicker is included with a datepicker via `withTimepicker`, all the default timepicker configurations are used. I would like to be able...