Angular 10 support
See original GitHub issueAfter upgrading to Angular 10 and attempting to run tests, I met the following error:
ERROR in node_modules/ng-mocks/dist/lib/common/lib.d.ts:12:57 - error TS2314: Generic type 'ModuleWithProviders<T>' requires 1 type argument(s).
12 export interface NgModuleWithProviders<T = any> extends ModuleWithProviders {
I believe it’s due to the new ModuleWithProviders
requirements.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:13
- Comments:16 (6 by maintainers)
Top Results From Across the Web
Angular versioning and releases
We update peer dependencies in minor versions by expanding the supported versions, ... For example, to update from version 10 to version 12:....
Read more >Angular - endoflife.date
Release Released Active Support
15 1 month and 1 week ago. (16 Nov 2022) Ends in 4 months and 3 weeks. (18 M...
14 (...
Read more >Angular versioning and releases
We update peer dependencies in minor versions by expanding the supported versions, but we do not require projects to update these dependencies. Patch...
Read more >What's new in Angular 10? - Clarion Technologies
Angular 10 includes TypeScript 3.9. In contrast to the previous version which supported TypeScript 3.6, 3.7, and 3.8. TypeScript is the language that...
Read more >Angular (web framework) - Wikipedia
Angular is a TypeScript-based, free and open-source web application framework led by the ... Last edited 10 days ago by Chaiteacoder. Wikipedia.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yesterday I checked the things and found that for TS 3.9 a big part of ng-mocks interfaces should be changed to fix issues caused by TS2339. I’ll be working on it this week and I hope that a new version will have been released by the coming weekend.
Hi guys, might you check the latest version? it should work correctly on both es5 and es2015