Angular 10 support
See original GitHub issueGeneric type is missing
ERROR: node_modules/ng2-pdfjs-viewer/index.d.ts:4:23 - error TS2314: Generic type 'ModuleWithProviders<T>' requires 1 type argument(s).
4 static forRoot(): ModuleWithProviders;
~~~~~~~~~~~~~~~~~~~
An unhandled exception occurred: node_modules/ng2-pdfjs-viewer/index.d.ts:4:23 - error TS2314: Generic type 'ModuleWithProviders<T>' requires 1 type argument(s).
4 static forRoot(): ModuleWithProviders;
~~~~~~~~~~~~~~~~~~~
See "/private/var/folders/n2/snmpy18s6k78wl38lb3hdr0r0000gn/T/ng-FawP4Q/angular-errors.log" for further details.
Issue Analytics
- State:
- Created 3 years ago
- Comments:18 (3 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 2 weeks ago. (16 Nov 2022) Ends in 4 months and 2 weeks. (18 Ma...
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 >Angular (web framework) - Wikipedia
Angular is a TypeScript-based, free and open-source web application framework led by the ... 14 September 2016; 21 December 2016; 23 March 2017;...
Read more >What's new in Angular 10? - Clarion Technologies
In contrast to the previous version which supported TypeScript 3.6, 3.7, and 3.8. TypeScript is the language that builds on JavaScript by adding...
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
I try to update angular version and have following problem. After running command
ng update @angular/cli @angular/core
appears following message:Please to add Angular 10 support.
Error found in the ng2-pdfjs-viewer version 5.0.7.
@codehippie1 Any chance we can get the latest version published, so we can upgrade to A10 without hacks?