在过去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'))
}
但滚动时也没有做任何事......
角色团队改变了吗?我该如何解决?