Paul

Results 12 comments of Paul

Also, how do you go about accessing the active flag in the view? This is what I would like to do active: {{ tracker.active }}

Yup, it would be nice to be able to display a default template when the promise fails. I would be interested in having an active flag (as well as a...

Can use ng-if: ``` Tab2 content ``` http://codepen.io/anon/pen/RWNZyM

Sorry, do you happen to have a sample in nethereum I could look at? Not quite sure where to start. Thanks!

How about something like this? ` _handleKeydown(event: KeyboardEvent) { //existing code. if (event.key === 'PageUp' || event.key === 'PageDown') { const panel = this.matSelect.panel.nativeElement; const left = panel.scrollLeft; const top...

chirgwin, I am noticing a couple of issues with your build: 1. when using circle/ square the cropped image will have an incorrect AR and display more than the cropped...

Hey chirgwin, thanks for the great work, looking forward to the fixes. I just tried the latest build, and I am now seeing an issue with the selection resizing on...

Just quick follow up: I think that _dontDragOutside got left out of one of the files.

Ok, so it appears that when resetHost is called it does not know anything about the area type, and the initial crop box gets created based on both the width...