typescript NG-警报

Posted

tags:

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

//...
export function AlertConfig(){
  return new NgAlertsService({
      timeout: 3000,
      place:'right-top-alert',
      size:'default'
    })
}

@NgModule({
  imports: [],
  declarations: [
    // mas componentes
    NgAlertsComponent,
    AlertComponent
  ],
  providers: [
    // mas providers
    AlertModel,
//     NgAlertsService, // solo con valores por defecto 
    [
      {
        provide: NgAlertsService,
        useFactory: AlertConfig
      }
    ]
  ],
  bootstrap: [ AppComponent ]
})
export class AppModule { }

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

typescript NG-警报

typescript NG-警报

typescript NG-警报

typescript NG-警报

html NG-警报

typescript 按选择显示警报