如何在angular5中使用常见的弹出式窗口?

时间:2019-06-02 17:25:45

标签: angular popup angular-material angular5

我在应用程序中使用了角形材料弹出窗口。

我将弹出式窗口用作以下所有子组件的父组件。

示例(dialog-component.html),

  
    

<div class="popup-body"><user-component *ngIf = "role == 'user'"></user-component><guest-component *ngIf = "role == 'guest'"></guest-component> and so on

  

这是将弹出窗口组件用作通用组件的正确方法。

预先感谢!

0 个答案:

没有答案