typescript NG-警报

Posted

tags:

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

@Injectable()
export class AlertModel{
  timeout?:number= 3000;
  place?:string='right-top-alert';
  size?:string='default';
  limit?:number=5;

  constructor(){
    this.timeout= 3000;
    this.place='right-top-alert';
    this.size='default';
    this.limit=5;
  }
}

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

typescript NG-警报

typescript NG-警报

typescript NG-警报

typescript NG-警报

html NG-警报

typescript 按选择显示警报