如何简化角度材料对话框的使用?

时间:2017-06-02 00:24:28

标签: angular angular-material

使用角度2材质对话框的官僚方式较少?或另一种对话方式?

Angular 2材质对话框需要一个组件才能工作。使用对话框的组件与对话框之间的通信过程非常广泛。我只是希望页面中隐藏的内容显示在对话框中。可以有一个showDialog属性来控制对话框的显示。

1 个答案:

答案 0 :(得分:0)

我认为不可能这样做。这是我使用的一个简单示例,它非常简单:

简单组件:https://github.com/reflexdemon/shop/blob/master/src/app/lost/lost.component.ts#L45-L59

打开对话框的代码:https://github.com/reflexdemon/shop/blob/master/src/app/lost/lost.component.ts#L31-L37

进一步阅读:https://material.angular.io/components/component/dialog