【发布时间】:2016-12-14 21:08:57
【问题描述】:
我尝试在 toast 消息中添加一些新行。
let toast = this.toastCtrl.create({
message: "First line<br />Second line.",
duration: 5000,
dismissOnPageChange: true
});
toast.present();
但它只显示标签。如何在 toast 消息中添加新行(和其他 HTML 标记)?
【问题讨论】:
标签: html angular typescript ionic2 toast