diff options
Diffstat (limited to 'client/src/app/app.component.ts')
-rw-r--r-- | client/src/app/app.component.ts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index ce4fc04ff..f487e6c48 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts | |||
@@ -9,6 +9,19 @@ import { MetaService } from 'ng2-meta'; | |||
9 | }) | 9 | }) |
10 | 10 | ||
11 | export class AppComponent { | 11 | export class AppComponent { |
12 | notificationOptions = { | ||
13 | timeOut: 3000, | ||
14 | lastOnBottom: true, | ||
15 | clickToClose: true, | ||
16 | maxLength: 0, | ||
17 | maxStack: 7, | ||
18 | showProgressBar: false, | ||
19 | pauseOnHover: false, | ||
20 | preventDuplicates: false, | ||
21 | preventLastDuplicates: 'visible', | ||
22 | rtl: false | ||
23 | }; | ||
24 | |||
12 | constructor( | 25 | constructor( |
13 | private router: Router, | 26 | private router: Router, |
14 | private metaService: MetaService, | 27 | private metaService: MetaService, |