Maximilian Köller

Results 36 comments of Maximilian Köller

Once #24394 is released (I guess 14.1), it is possible to have sticky elements before the scroll-viewport but within the scrolling element (adopted from the dev-app): ```html Content before virtual...

@mmalerba I poorly reimplemented a use case that I have: https://stackblitz.com/edit/angular-ujjkis. In the real life application, there are much more items so that we needed to virtualize scrolling. What I...

@mmalerba so how do we proceed here? Shall I create a pull request, and you do the performance testing?

Can you give me a hint, how I can actually run the examples without copying things around?

Thx, I solved my problem. I should have run `build` before running the examples. Now it works

@just-jeb I changed everything as requested. Can you release the changes once this is merged?

I would like to postpone this for a while. I see chances, that we may can get rid of listening to resize events completely.

Not sure, if this is really the correct fix. In my opinion the actual problem here is, that this is a component, while it should be at a directive.or maybe...

@chintankavathia please check if this is still needed. We did some changes around this.