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:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user