在过去 9 小时向下滚动后,我一直在尝试缩小工具栏...
我在这里尝试了“scrollDispatcher”示例:Shrinkable mat-toolbar
但它告诉我“找不到名称‘地图’。” 在:
.pipe(
map((....
我试过这个(html):
<mat-sidenav-content fxFlexFill cdkScrollable>
(ts):
ngOnInit() {
this.scrollDispatcher.scrolled()
.subscribe(event=> console.log('you have scrolled'))
}
但滚动时也不做任何事情......
角度团队改变了这一点吗?我该如何解决?