1
0
mirror of https://github.com/bitwarden/web synced 2025-12-22 19:23:42 +00:00

Replace toaster library (#1322)

This commit is contained in:
Oscar Hinton
2021-12-07 19:41:45 +00:00
committed by GitHub
parent 35a7d6434a
commit d5c0783619
87 changed files with 336 additions and 508 deletions

View File

@@ -3,7 +3,7 @@ import {
Injector,
NgModule,
} from '@angular/core';
import { ToasterModule } from 'angular2-toaster';
import { ToastrModule } from 'ngx-toastr';
import { BroadcasterMessagingService } from '../../services/broadcasterMessaging.service';
import { HtmlStorageService } from '../../services/htmlStorage.service';
@@ -92,7 +92,7 @@ export function initFactory(window: Window, storageService: StorageServiceAbstra
@NgModule({
imports: [
ToasterModule,
ToastrModule,
JslibServicesModule,
],
declarations: [],