FrozenPandaz / ng-universal-demo

171 stars 54 forks source link

fix(compilation): Error in rxjs library: #23

Open ardiadrianadri opened 7 years ago

ardiadrianadri commented 7 years ago

Configuration of TypeScript to ignore the libraries declarations in the node_modules. It solves the compilation problem of rxjs/Subject.d.ts error : Class 'Subject' incorrectly extends base class 'Observable'

Koslun commented 7 years ago

This was fixed in rxjs 5.4.2, see https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md#542-2017-07-05 for more details.