thzs-inspect-api
v1.0.5
Published
```bash npm i thzs-inspect-api --save ```
Readme
安装
npm i thzs-inspect-api --save使用
# 1. 在 app.module.ts 中引入
import { APIS } from 'thzs-inspect-api';
# 2. 添加到 App providers 中
const APP_PROVIDERS = [
...APIS
];