platform-helper
v1.0.0-beta.1
Published
```` @Injectable() export class PlatformHelper ```` Library provides @Injectable class that helps to determine either client's platform is mobile and is it IOS or Android platform
Readme
PlatformHelper
@Injectable()
export class PlatformHelperLibrary provides @Injectable class that helps to determine either client's platform is mobile and is it IOS or Android platform
PlatformHelper methods
public isMobilePlatform(): Observable<boolean> - returns true if clients platform is mobile platform
public isAndroid(): Observable<boolean> - returns true if clients platform is Android
public isIos(): Observable<boolean> - returns true if clients platform is IOS