I am attempting to upgrade my app from Angular 5 to Angular 6. I followed the steps on the https://update.angular.io/ At least i think i did.
The Error is :
<
I solved it with the help of @Siva636 and @Andrew Lobban.
I needed to use pipe:
this.field$.pipe( debounceTime(400), distinctUntilChanged())