Closed mburger81 closed 8 years ago
I will update it only today. Let you know.
any updates on this? possible issue with rxjs@5.0.0-beta.2 which angular2 beta.13 still has a dependency on. notice your project was using rxjs@5.0.0-beta.4
just needed to type the Observable in toasty.service.ts
this.toastsObservable = new Observable<ToastData>((subscriber:Subscriber<ToastData>) => { this.toastsSubscriber = subscriber;
Sorry, I tested the component with following combinations and didn't find any issues:
Here is the Plunker's link you can use for tests: http://embed.plnkr.co/5aQl8L.
I'm ready to help you. Is that possible to some how share the project, source code, package.json and etc.
@akserg I think this is not a issue but iats a TSlint limitation? Do you use latest angular2-webpack-starter there you can see the "issue".
On change code to
this.toastsObservable = new Observable<ToastData>((subscriber:Subscriber<ToastData>) => {
in line 59 this resloves the tslint error
thx Michael
Fixed in release 1.4.1 available on https://www.npmjs.com/package/ng2-toasty
Hey, using ng2-toasty 1.3.0 with angular2 beta.13 and zone 0.6.8 I get this error