Arif
Arif
In Angular9 `ViewChild` requires to specify `{static: boolean}`. I think it can be fixed(maybe not completely) by adding `{static: true}` to below lines. https://github.com/dockleryxk/ng-simple-slideshow/blob/f563ac58b8c20e27caeaa0be9b2258560604b99a/src/app/modules/slideshow/slideshow.component.ts#L66 ``` @ViewChild('container', { static: true })...
> > In Angular9 `ViewChild` requires to specify `{static: boolean}`. > > I think it can be fixed(maybe not completely) by adding `{static: true}` to below lines. > > https://github.com/dockleryxk/ng-simple-slideshow/blob/f563ac58b8c20e27caeaa0be9b2258560604b99a/src/app/modules/slideshow/slideshow.component.ts#L66...
Any update on this issue? It really kills the UX...
I had to switch to [Angular Material Inputs ](https://material.angular.io/components/input/overview) to deal with this. If someone from Ionic team would point me in the right direction I can investigate the issue.