作者热门文章
- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
关于关闭对话框。 https://material.angular.io/components/component/dialog afterClosed
是不是可以?
在官方主要文档中:
Property 'then' does not exist on type '() => Observable<any>'. [default] Checking finished with 1 errors
我试过订阅,但也没用。
最佳答案
无需取消订阅 afterClosed()
,因为它会自动完成: https://github.com/angular/material2/blob/ae41a0ad69ca26c600f0f56c68dd5a1c102d4f1f/src/lib/dialog/dialog-ref.ts#L75
关于angular - 关闭后如何订阅angularMaterial Dialog?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42343072/
我是一名优秀的程序员,十分优秀!