Describe the issue.
ERROR in node_modules/igniteui-angular/lib/navigation-drawer/navigation-drawer.component.d.ts:1:84 - error TS2724: Module '"../../../@angular/core/core"' has no exported member 'Renderer'. Did you mean 'Renderer2'?
This is the error that fails the compilation. I checked navigation-drawer.component.ts file and I see the import is Renderer2, I believe it's the problem with current stable version.
What is the actual result after following the steps to reproduce?
Need to compile successfully
What is the expected result after following the steps to reproduce?
build/compilation fails with the error, ERROR in node_modules/igniteui-angular/lib/navigation-drawer/navigation-drawer.component.d.ts:1:84 - error TS2724: Module '"../../../@angular/core/core"' has no exported member 'Renderer'. Did you mean 'Renderer2'?
Attach a sample if available, and screenshots, if applicable.
Versions 8.x.x are not compatible with Angular 9. We are at the final stage of testing and will release Ignite UI for Angular v9.0.0 for Angular 9 in the next couple of days. Until then you can install our latest release candidate so that your app can build with Angular 9 using ng update igniteui-angular --next
Most helpful comment
Versions 8.x.x are not compatible with Angular 9. We are at the final stage of testing and will release Ignite UI for Angular v9.0.0 for Angular 9 in the next couple of days. Until then you can install our latest release candidate so that your app can build with Angular 9 using
ng update igniteui-angular --next