notification options in configuration

This commit is contained in:
Andrea Chiapparelli - 4Science
2018-03-07 14:55:02 +01:00
parent 580a7f6d55
commit 6397e6fae8
7 changed files with 16 additions and 47 deletions

View File

@@ -61,11 +61,8 @@ export class NotificationComponent implements OnInit, OnDestroy {
private steps: number;
private speed: number;
private count = 0;
private start: any;
private diff: any;
// 'fade' | 'fromTop' | 'fromRight' | 'fromBottom' | 'fromLeft' | 'rotate' | 'scale' ;
public animate: string;
constructor(private notificationService: NotificationsService,