Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ardiadrianadri
Copy link

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'

Configuration of TypeScript to ignore the libraries declarations in the node_modules. Solve the compilation problem of [rxjs/Subject.d.ts error : Class 'Subject<T>' incorrectly extends base class 'Observable<T>'](https://stackoverflow.com/questions/44793859/rxjs-subject-d-ts-error-class-subjectt-incorrectly-extends-base-class-obs)
@Koslun
Copy link

Koslun commented Jul 10, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants