Aleš
Aleš
Is this released? Or are any extra steps needed? I'm getting ``` ERROR Error: StaticInjectorError(AppModule)[CdkVirtualScrollViewport -> InjectionToken VIRTUAL_SCROLL_STRATEGY]: StaticInjectorError(Platform: core)[CdkVirtualScrollViewport -> InjectionToken VIRTUAL_SCROLL_STRATEGY]: ``` edit: looks like you need to...
It seems to be working fine in most of the time, except that there is always an empty space on the bottom that keeps increasing in size each time you...
Just import `import { ScrollingModule } from '@angular/cdk-experimental/scrolling';` and use it with `autosize` directive. ``` {{ item }} ```
That's most likely the reason why this is experimental and not in stable. It's just not finished and feature complete yet.
This, I suppose, would allow things like ``` html ``` right?
this is not a library, it's just an example app showing off angular/material2
@MikeRyan52 said it's got something to do with the router. I think the latest version should fix it, I just didn't have time to try it yet.
still nothing?
I've got the same problem with Gotham served via cloud.typography, -0.31 won't work, -0.32 does somewhere, somewhere it needs -0.33.. kinda pain in the ass, it worked just fine with...
http://jsfiddle.net/TFhdB/ example here