Rutger van Dijk
Rutger van Dijk
### This is a... * [ ] usage question ### Question: I have started a new project with angular-redux and I really like the setup, all is working well. However,...
Usage of both [formControl] and [(ngModel)] has been deprecated: https://angular.io/api/forms/FormControlDirective#use-with-ngmodel Which gives the following warning in the console: This triggered some erroneous behaviour in my application, basically with form value-change...
If the component's @Input options are changed, the filter that the user has set is not applied anymore. This is a quick fix for it.