Closed raphaelramos closed 7 years ago
ERROR in /material2-start-workshop/src/app/app.component.ts (88,8): Property 'filter' does not exist on type 'Observable'.
Submited a PR with the fix. Just add import 'rxjs/add/operator/filter'; to app.component.ts
import 'rxjs/add/operator/filter';
app.component.ts
ERROR in /material2-start-workshop/src/app/app.component.ts (88,8): Property 'filter' does not exist on type 'Observable'.