add vivaldi to interface

This commit is contained in:
Kyle Spearrin 2018-01-17 13:38:44 -05:00
parent 229c632c4f
commit 332a3b87c8
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ export interface PlatformUtilsService {
isChrome(): boolean;
isEdge(): boolean;
isOpera(): boolean;
isVivaldi(): boolean;
isSafari(): boolean;
analyticsId(): string;
getDomain(uriString: string): string;