Artur Kokhanskyi
Artur Kokhanskyi
@easyproger What worked for me is `itemSize="50"` for the `cdk-virtual-scroll-viewport` and `[style.height]="'auto'"` on the `li` without any additional height styles applied. I am importing both ``` import { ScrollingModule }...
@Byter-Bit  More info here: https://developers.google.com/maps/documentation/javascript/tutorial
I was wondering the same thing. The `next` branch looks pretty dead to me, please prove me wrong!
My two cents after a few months: Composition API has completely replaced `vue-class-component` for me. Try it out.
> > My two cents after a few months: Composition API has completely replaced `vue-class-component` for me. Try it out. > > I mean you can see that the people...