typescript NG-警报

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了typescript NG-警报相关的知识,希望对你有一定的参考价值。

export class AlertsComponents {

  constructor(private ngAlerts:NgAlertsService){}
  
  addAlert(){
    this.ngAlerts.pushAlert({
      msg:" Messages ",
      type:"success" , // values : "success" ,"warning" ,"info" ,"danger" 
      timeout:this.timeout 
    })
  }
}

以上是关于typescript NG-警报的主要内容,如果未能解决你的问题,请参考以下文章

typescript NG-警报

typescript NG-警报

typescript NG-警报

typescript NG-警报

html NG-警报

typescript 按选择显示警报