Daniel Kucal

Results 36 comments of Daniel Kucal

@dave0688 with `ChangeDetectionStrategy.OnPush` you may need to call `ChangeDetectorRef.detectChanges()` method after the data update.

Hi @IvRRimum, have you found any solution for this?

Have the files been downloaded into node_modules/angular2-rest?

@javist7 @fidlip @cloud602 does it work for you with https://github.com/DanielKucal/angular2-rest/?

`HttpClient` is a replacement for `Http`, which is now deprecated since Angular v5 and will be (or already is?) removed soon. So that's something mandatory to do.

@Jordan-Hall I've just tried it out. Installing with `pnpm` failed (will open another PR for that), but worked with `npm`. However, there's still some issue while trying to create an...