Hi I\'m trying to follow a tutorial on angular but the tutorial was made in September. I believe the person used angular-cli 1.3.2. I\'m not sure which version of rxjs he wa
For some obscure reason rxjs-compat sometimes doesn't get picked up automatically, you can import it yourself, in polyfills.ts for example:
rxjs-compat
polyfills.ts
import 'rxjs-compat';