We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ npm install
$ ng serve
The application compiles.
An error is thrown during compilation:
ERROR in node_modules/ckeditor4-angular/ckeditor.component.d.ts(113,29): error TS2315: Type 'ElementRef' is not generic.
node_modules/ckeditor4-angular/ckeditor.component.d.ts(113,29):
-- constructor(elementRef: ElementRef<HTMLElement>, ngZone: NgZone); ++ constructor(elementRef, ngZone: NgZone);
The text was updated successfully, but these errors were encountered:
This will be fixed with #40.
Sorry, something went wrong.
Thank you!
Successfully merging a pull request may close this issue.
Reproduction steps
$ npm install
$ ng serve
Expected result
The application compiles.
Actual result
An error is thrown during compilation:
Can be 'fixed' with
node_modules/ckeditor4-angular/ckeditor.component.d.ts(113,29):
Other details
The text was updated successfully, but these errors were encountered: