David Müllerchen

Results 14 comments of David Müllerchen

Love this project, @ocombe keep on maintaining. plz. I'm fine with both options, but option 1 would be more community like. anyway, great important valuable job

I want to use this repo for my next workshop on "Webdevelopment in 2017" and there i want to use this. But I undertand your worries. And fom this point...

Hi, came over with the same problem. I have a number of TypeAhead with diffrent custom Templates. Yes I could put them in the public folder (my assets) and serve...

My solution for this. ```ts @Injectable({ providedIn: 'root' }) export class AuthGuard implements CanActivate { auth = inject(AuthService).auth; canActivate(route: ActivatedRouteSnapshot): boolean { if (this.auth) { return true; } else {...

not with this tool. this repo is deprecated, cause ctefanche is not able to maintain it anymire, so i took over and now it is available as `ngx-img-cropper` your requested...

I don't understand your question. what backdrop? anyway, this repo is deprecated. i keep it up at https://github.com/web-dave/ngx-img-cropper

how do you trigger the input dialog? ```html ``` and in the onMouseDown ```ts @ViewChild("fileInput") fileInput: ElementRef; public onMouseDown(event: MouseEvent): void { this.cropper.onMouseDown(event); if (!this.cropper.isImageSet() && !this.settings.noFileInput) { // load...

This project has moved and will not maintained anymore. Please use: httpsthub.com/web-dave/ngx-img-cropper It's the new one.