UNPKG

@ipi-soft/ng-components

Version:

Custom Angular Components

11 lines (10 loc) 358 B
import * as i0 from "@angular/core"; export declare class UserAgentService { private platformId; constructor(platformId: Object); private userAgent; getUserAgent(): string | undefined; private init; static ɵfac: i0.ɵɵFactoryDeclaration<UserAgentService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<UserAgentService>; }