mirror of
https://github.com/bitwarden/browser
synced 2025-01-21 16:58:31 +01:00
toastr container
This commit is contained in:
parent
9e3f3e324c
commit
db5a5e1b37
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 476d21e9f07f648784e92e6e7ec4ae37910e2449
|
||||
Subproject commit c5fbea2341e90826833c513e2fb0fed780bc8b50
|
@ -13,9 +13,18 @@ import { Router } from '@angular/router';
|
||||
selector: 'app-root',
|
||||
styles: [],
|
||||
template: `
|
||||
<toaster-container [toasterconfig]="toasterConfig"></toaster-container>
|
||||
<router-outlet></router-outlet>`,
|
||||
})
|
||||
export class AppComponent {
|
||||
toasterConfig: ToasterConfig = new ToasterConfig({
|
||||
showCloseButton: true,
|
||||
mouseoverTimerStop: true,
|
||||
animation: 'flyRight',
|
||||
limit: 5,
|
||||
});
|
||||
|
||||
constructor() {
|
||||
//
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user