I have tried the solutions that was proposed on github issue to do an import of the said operator like so:
import 'rxjs/operators/debounceTime';
But I keep getting erros that say : rxjs/operators/debounceTime 404 (Not Found)
I have installed rxjs from npm (local project) also as recommended and typescript doesn't show any errors. How can I get this to work?
Plunker example Here