6pac / SlickGrid

A lightning fast JavaScript grid/spreadsheet
https://github.com/6pac/SlickGrid/wiki
MIT License
1.82k stars 424 forks source link

No provider for _ContainerService! #1023

Closed RahulYA2020 closed 3 months ago

RahulYA2020 commented 3 months ago

Describe the bug

I am trying to install slick-grid in angular version 18. I have installed all other dependencies. When I am rendering the web app, getting t bug_ss he below error in the browser console.

Reproduction

Just freshly integrate angular-slick grid with angular version 17 or 18

Which Framework are you using?

Angular

Environment Info

| Executable          | Version |
| ------------------- | ------- |
| (framework used)    | VERSION |
| SlickGrid | VERSION |
| TypeScript          | VERSION |
| Browser(s)          | VERSION |
| System OS           | VERSION |

Validations

ghiscoding commented 3 months ago

You should use my other project Angular-Slickgrid instead, I have just pushed a new v8.0 release last night that is requiring Angular 18 (see Quick Start). If you are really using Angular-Slickgrid then you've opened this issue in the wrong project.

ghiscoding commented 3 months ago

closing since this is either in the wrong project (if it's for Angular-Slickgrid then follow proper Quick Start guides) or if it's really for SlickGrid project, then it's an Angular issue unrelated to SlickGrid itself (please ask (or search) for these kind of questions on Stack Overflow instead). Thanks

See these Stack Overflow or articles that might help