diff --git a/jslib b/jslib index 476d21e9f07..c5fbea2341e 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 476d21e9f07f648784e92e6e7ec4ae37910e2449 +Subproject commit c5fbea2341e90826833c513e2fb0fed780bc8b50 diff --git a/src/app/app.component.ts b/src/app/app.component.ts index d3b3b19cee7..9cdcd64e283 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -13,9 +13,18 @@ import { Router } from '@angular/router'; selector: 'app-root', styles: [], template: ` + `, }) export class AppComponent { + toasterConfig: ToasterConfig = new ToasterConfig({ + showCloseButton: true, + mouseoverTimerStop: true, + animation: 'flyRight', + limit: 5, + }); + constructor() { + // } }