viktor-shmigol / ng2-cable

Connect your Angular(2/4)/ionic(2/3) application with Rails ActionCable
https://ng2-cable-example.herokuapp.com
44 stars 14 forks source link

Update broadcaster.ts to rxjs v6 #20

Closed ArielAleksandrus closed 6 years ago

ArielAleksandrus commented 6 years ago

'Subject' can now be directly imported from 'rxjs' 'map' and 'filter' can now be imported from 'rxjs/operators' to use 'filter' and 'map' we must now wrap them to 'pipe' instead of using them directly