https://github.com/meepobrother/meepo-debuger
手机端微信段调试for angular
https://github.com/meepobrother/meepo-debuger
angular debug meepo mobile wechat
Last synced: about 1 month ago
JSON representation
手机端微信段调试for angular
- Host: GitHub
- URL: https://github.com/meepobrother/meepo-debuger
- Owner: meepobrother
- License: mit
- Created: 2018-01-04T11:37:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T10:33:59.000Z (over 8 years ago)
- Last Synced: 2025-10-26T03:47:30.039Z (8 months ago)
- Topics: angular, debug, meepo, mobile, wechat
- Language: JavaScript
- Homepage: https://meepo.com.cn/meepo/ng/debuger/
- Size: 1.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## debuger for angular mobile
```
移动端。默认。累计长按每3秒显示调试
```
```
yarn add meepo-debuger
```
```ts
import { DebugerModule } from 'meepo-debuger';
@NgModule({
imports: [
DebugerModule
]
})
export class AppModule { }
```
```html
长按3秒触发调试
```