UNPKG

@ngx-toolkit/device

Version:

Angular device user-agent detection with Universal support

11 lines (10 loc) 356 B
import { Device } from './device.model'; /** * see https://github.com/spring-projects/spring-mobile */ export declare class DeviceService { private static KNOWN_MOBILE_USER_AGENT_PREFIXES; private static KNOWN_MOBILE_USER_AGENT_KEYWORDS; private static KNOWN_TABLET_USER_AGENT_KEYWORDS; static resolveDevice(userAgent: string): Device; }