Daniel Díaz
Daniel Díaz
Specially for CLI tools this is very handy. Easier & faster to be up-to-date with the packages via `choco outdated`
Come on guys, just one review and we are ok. News about this?
@anymaniax i'll migrate to your fork, when updating Angular to 6.1.x and beyond this thing breaks like a stick. Besides it's the only package requiring rxjs-compat so i'm leaving to...
@nofear87 Beware with the object you pass to `patchValue`. Your key it's a string. You have to do something like this: ```js const obj = {}; obj['name'] = event.item.name; this.jobForm.controls[group].patchValue(obj);...
Any way to bypass or patch this problem via CSS or using another API for the popover? (in case is using some specific API for that purpose). We are using...