我正在使用来自泳道的ngx-ui:https://swimlane.github.io/ngx-ui/
有一个警告/提示/确认组件,其行为类似于浏览器的本机组件。问题是,文档中没有说明是否可以更改按钮的标签。只有一个例子:
alertService.confirm({ title: 'Alert SOC', content: 'Intrusion Happened!!!' })有没有人知道这是否可能?
https://stackoverflow.com/questions/51271421
复制相似问题