个性化小吃栏,而无需使用组件中的小吃栏

时间:2019-02-21 16:13:26

标签: angular typescript angular-material snackbar

我的问题确实很简单,但是我似乎找不到任何使它起作用的方法。 这是我的小吃店方法:

this.snackBar.open('The selected object cannot be deleted. The object2 with' + '\n' + ' the following IDs ' + A + ' depend on it. They need to be deleted first.', '', {
      duration: 4000,
    });

是否有一种简单的方法可以在不使用“从组件中打开”或“从模板中打开”的情况下,在小吃栏中显示的消息中添加新行(仅添加+ '\n'无效)?

谢谢!

0 个答案:

没有答案