refactor: AlertService

This commit is contained in:
Baptiste Grob
2020-07-09 15:43:58 +02:00
parent a9aba87033
commit 5656edb385
4 changed files with 70 additions and 101 deletions

View File

@@ -63,13 +63,9 @@ export class WebApplication extends SNApplication {
platformFromString(getPlatformString()),
deviceInterface,
new SNWebCrypto(),
new AlertService(),
namespace,
[
{
swap: SNAlertService,
with: AlertService
}
],
undefined,
undefined,
);
this.$compile = $compile;