EladBezalel / material2-start

Quick Starter Repository for Angular Material 2
214 stars 72 forks source link

Error in Property #23

Closed raphaelramos closed 7 years ago

raphaelramos commented 7 years ago

ERROR in /material2-start-workshop/src/app/app.component.ts (88,8): Property 'filter' does not exist on type 'Observable'.

julianobrasil commented 7 years ago

Submited a PR with the fix. Just add import 'rxjs/add/operator/filter'; to app.component.ts