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
IMPORTANT: Currently not compatible with angular 10 update
Steps to reproduce and a minimal demo
- ng update @angular ng update @angular/cli_ - _Stackblitz example Appreciated_
Current behavior Generic type 'ModuleWithProviders' requires 1 type argument(s).
4 static forRoot(config: InputFileConfig): ModuleWithProviders; -
Expected/desired behavior Support for angular 10
The text was updated successfully, but these errors were encountered:
IMPORTANT: Currently not compatible with angular 10 update Steps to reproduce and a minimal demo - ng update @angular ng update @angular/cli_ - _Stackblitz example Appreciated_ Current behavior Generic type 'ModuleWithProviders' requires 1 type argument(s). 4 static forRoot(config: InputFileConfig): ModuleWithProviders; Expected/desired behavior Support for angular 10
For anyone who got here having this issue, a fix for now is this : Change the input.file.module.ts to this
export declare class InputFileModule { static forRoot(config: InputFileConfig): ModuleWithProviders <unknown>; }
pending the time the package is updated
Sorry, something went wrong.
Hi, please check #38
Thanks !
No branches or pull requests
IMPORTANT:
Currently not compatible with angular 10 update
Steps to reproduce and a minimal demo
Current behavior
Generic type 'ModuleWithProviders' requires 1 type argument(s).
4 static forRoot(config: InputFileConfig): ModuleWithProviders;
-
Expected/desired behavior
Support for angular 10
The text was updated successfully, but these errors were encountered: