Hello,
I transferred igx-grid component from igniteUI CLI generated project to the ng cli project and can't have that grid working .. it does not hit ngOnInit.. and there are some errors on the console .. can you check it out and may be correct what is wrong
app.zip
Actually here is the whole set .. it also shows errors on the console:
ERROR Error: NG03600: Angular detected that the `AnimationBuilder` was injected, but animation support was not enabled. Please make sure that you enable animations in your application by calling `provideAnimations()` or `provideAnimationsAsync()` function. at new _BrowserAnimationBuilder (animations.mjs:1087:13) at Object.BrowserAnimationBuilder_Factory [as factory] (animations.mjs:1099:14) at core.mjs:5239:43 at runInInjectorProfilerContext (core.mjs:3644:9) at R3Injector.hydrate (core.mjs:5238:17) at R3Injector.get (core.mjs:5106:33) at injectInjectorOnly (core.mjs:3831:40) at ɵɵinject (core.mjs:3837:42) at inject (core.mjs:3921:12) at animations.mjs:1047:29handleError @ core.mjs:7473
repoPackB.zip