lukasz-galka / ngx-gallery

Angular image gallery plugin

Home Page:https://lukasz-galka.github.io/ngx-gallery-demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to upgrade the package.

Navin-vis opened this issue · comments

Hi,
Get some issue in this package, this package is no compatible with angular 9 please check and upgrade it please
Renderer need to change to Renderer2
And i need force : "enableIvy": false,
And i also need to comment this section
// this.keyDownListener = this.renderer.listenGlobal("window", "keydown", function (e) { return _this.onKeyDown(e); });
Because of this issue this.renderer.listenGlobal is not a function
I attached the ss please find the attachment.
Issue

Thanks.

Hi,
It worked. I am going to close the issue. 👍

Thanks.