You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
Using:
I have
import 'rxjs/add/operator/filter';
at the top of my app.component.ts file.Expected Behavior:
When I use .filter on an observable, I expect the call to succeed
Observed Behavior
The filter method is missing from the prototype of Observable.
Other Background
In the source code generated with
ng build -prod -bo
, the import is being marked as pure.The text was updated successfully, but these errors were encountered: