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
error TS2314: Generic type 'ModuleWithProviders<T>' requires 1 type argument(s).
https://angular.io/guide/migration-module-with-providers
The text was updated successfully, but these errors were encountered:
Should be fixed by @uirouter/angular 6.0.3. I've also released a @uirouter/angular-hybrid 11.0.0 which has updated dependencies.
@uirouter/angular
6.0.3
@uirouter/angular-hybrid
11.0.0
Let me know if this fixes it for you or not...
Sorry, something went wrong.
I have upgraded both packages, but it still doesn't work. The problem is a missing generic here https://github.com/ui-router/angular-hybrid/blob/master/src/angular-hybrid.ts#L214 and here https://github.com/ui-router/angular-hybrid/blob/master/src/angular-hybrid.ts#L221
6d2d4ed
No branches or pull requests
error TS2314: Generic type 'ModuleWithProviders<T>' requires 1 type argument(s).
https://angular.io/guide/migration-module-with-providers
The text was updated successfully, but these errors were encountered: