D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
share
/
grafana
/
public
/
app
/
angular
/
services
/
Filename :
alert_srv.ts
back
Copy
import coreModule from 'app/angular/core_module'; export class AlertSrv { constructor() {} set() { console.warn('old deprecated alert srv being used'); } } // this is just added to not break old plugins that might be using it coreModule.service('alertSrv', AlertSrv);