lokers / ng4-twitter-timeline

MIT License
6 stars 5 forks source link

Does not work with Angular 6 #5

Open jubinpolackal opened 6 years ago

jubinpolackal commented 6 years ago

I am getting the below error when used with Angular 6.

ERROR in node_modules/ng4-twitter-timeline/lib/services/ng4-twitter-timeline.service.d.ts(1,10): error TS2305: Module '"/home/xxxx/Documents/Projects/xxxx/node_modules/rxjs/Rx"' has no exported member 'Observable'. node_modules/rxjs/Rx.d.ts(1,15): error TS2307: Cannot find module 'rxjs-compat'.

vano-khuroshvili commented 6 years ago

Same for me, @jubinpolackal do you have any fix?

amareshb commented 6 years ago

Just install rxjs-compat using npm or yarn. It should solve the problem