Reg Slickgrid Installation with Angular 12 #896
-
Hi, While installing latest version of Slickgrid 4.1.2 with angular 12, am facing issues while building with errors such as, I tried various stuff, and made sure ngx/translate package is installed, in tsconfig am using es2015 coz of my other dependencies, and am not able to find any proper solution for the same, pls let me know if any changes required for these issues. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
not much help I can provide apart from saying that you should simply clone the Angular-Slickgrid-Demos, they are working fine and a Prod build is run for every version released. There's maybe 2 things to make sure of is to use latest release of both |
Beta Was this translation helpful? Give feedback.
-
Side note, if you still want to support IE11 and produce ES2015 code then you should use previous version of Angular-Slickgrid 3.x as it is written in README - Angular Compatibility and with that downgrade you will have to also use previous version 0.x of Slickgrid-Universal packages. |
Beta Was this translation helpful? Give feedback.
Side note, if you still want to support IE11 and produce ES2015 code then you should use previous version of Angular-Slickgrid 3.x as it is written in README - Angular Compatibility and with that downgrade you will have to also use previous version 0.x of Slickgrid-Universal packages.