add safari to interface

This commit is contained in:
Kyle Spearrin 2018-01-11 15:34:51 -05:00
parent 27d858f879
commit b1e4c98f6d
1 changed files with 1 additions and 0 deletions

View File

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