@foblex/core
Version:
A core library providing a set of utilities and interfaces for various projects.
23 lines (22 loc) • 693 B
TypeScript
import { EOperationSystem } from './e-operation-system';
import * as i0 from "@angular/core";
/**
* @deprecated This class is deprecated and will be removed in future versions.
* Please use @foblex/platform instead.
*/
export declare class PlatformService {
private _platformId;
isBrowser: boolean;
EDGE: boolean;
TRIDENT: boolean;
BLINK: boolean;
WEBKIT: boolean;
IOS: boolean;
FIREFOX: boolean;
ANDROID: boolean;
SAFARI: boolean;
constructor(_platformId: Object);
getOS(): EOperationSystem | undefined;
static ɵfac: i0.ɵɵFactoryDeclaration<PlatformService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<PlatformService>;
}