Angular 6+供电的AOT兼容设备检测器,可帮助识别使用该应用的设备的浏览器,操作系统和其他有用信息。 该处理基于用户代理。 如果使用Angular 5,则必须使用v1.5.2或更早版本 DOCS 现场演示 安装 要安装此库,请运行: $ npm install ngx-device-detector --save 在您要使用设备服务的组件中 import { Component } from '@angular/core' ; ... import { DeviceDetectorService } from 'ngx-device-detector'