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

Angular 9 support

Open pascalhaakmat opened this issue 4 years ago • 5 comments

This pull request enables the treetable to work with Angular 9. Mostly it's package.json updates.

This removes the @Required decorator since it throws a TypeError (cannot redefine property 'tree').

See also #47

pascalhaakmat avatar Apr 25 '20 16:04 pascalhaakmat

@pascalhaakmat could you please fix the build to make this PR mergable?

bohoffi avatar May 26 '20 08:05 bohoffi

Wow, this is great work. It would be awesome to support Angular9 :+1:

gaeljw avatar May 27 '20 13:05 gaeljw

Thanks for the update effort for A9

Can't wait for it to be deployed :)

clement-lpr avatar Jun 02 '20 12:06 clement-lpr

Any update on this?

Mario0419 avatar Aug 27 '20 16:08 Mario0419

@pascalhaakmat

  • support for angular 9 is great work.

  • I am using this code for generating treetable in my application,but iam facing one issue with the fold method from fp-ts library.Currently fold method is deprecated in fp-ts and angular latest versions.

  • i am getting below error while using the fold in tree service file and also in treetable component file.can you please help me to resolve this below error on image error in treetable component file image

pradeepkv-svec avatar Oct 21 '20 07:10 pradeepkv-svec