I am using the observable object in an Angular 5 project of mine - up until a week or so ago it was running fine, now all of a sudden I'm getting the following error:
ERROR in node_modules/rxjs/Observable.d.ts(20,31): error TS1183: An implementation cannot be declared in ambient contexts.
I'm a bit of a newbie with Angular so any help would be much appreciated. Thanks!