@ipi-soft/ng-components
Version:
Custom Angular Components
17 lines (16 loc) • 483 B
TypeScript
import { UserAgentService } from './user-agent.service';
import * as i0 from "@angular/core";
export declare enum MobileOS {
iOS = 0,
Android = 1,
WindowsPhone = 2,
Other = 3
}
export declare class OSService {
private userAgentService;
constructor(userAgentService: UserAgentService);
mobileOS: MobileOS;
private getMobileOS;
static ɵfac: i0.ɵɵFactoryDeclaration<OSService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<OSService>;
}