ng-material-extensions icon indicating copy to clipboard operation
ng-material-extensions copied to clipboard

Angular 14 Support

Open billyjov opened this issue 1 year ago • 1 comments

Hi, is there any plan to add Angular 14 support?

Are PRs welcome?

billyjov avatar Aug 23 '22 05:08 billyjov

Any update here?

Compile error on Angular 14.x:

Error: node_modules/cdk-table-exporter/lib/services/exporters/file-exporter.d.ts:3:67 - error TS2344: Type 'T' does not satisfy the constraint 'Options'.

3 export declare abstract class FileExporter<T> implements Exporter<T> {
                                                                    ~

  node_modules/cdk-table-exporter/lib/services/exporters/file-exporter.d.ts:3:44
    3 export declare abstract class FileExporter<T> implements Exporter<T> {
                                                 ~
    This type parameter might need an `extends Options` constraint.

sinedoOo avatar Sep 15 '22 11:09 sinedoOo

Is this project dead? Last release almost year ago.

sinedoOo avatar Oct 26 '22 09:10 sinedoOo

Hi there, sorry about being inactive for about a year. I'm planning to introduce some updates along with versions for major angular releases so far, including angular 14. Also, any PR is welcome.

HalitTalha avatar Oct 27 '22 07:10 HalitTalha

Made Pull Request to fix extends options error, called Angular14 Support. https://github.com/HalitTalha/ng-material-extensions/pull/158 Hope it Helps ( ಠ‿<)

DRK-Jingles avatar Nov 08 '22 00:11 DRK-Jingles

Are you planning to update for angular 15?

pantonis avatar Dec 07 '22 05:12 pantonis

v14 support has just been released. v15 has major breaks in cdk. I'll handle that too soon.

HalitTalha avatar Mar 21 '23 02:03 HalitTalha