mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-02-08 03:42:52 +08:00
update readme
This commit is contained in:
parent
e29f00f77f
commit
5b22d798cb
@ -74,7 +74,11 @@ npm install --save @jiguang-ionic/jpush
|
|||||||
然后在 *app.module.ts* 中增加:
|
然后在 *app.module.ts* 中增加:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
// @jiguang-ionic/jpush@1.0.0+
|
||||||
import { JPush } from '@jiguang-ionic/jpush';
|
import { JPush } from '@jiguang-ionic/jpush';
|
||||||
|
|
||||||
|
// @jiguang-ionic/jpush@2.0.0+
|
||||||
|
import { JPush } from '@jiguang-ionic/jpush/ngx';
|
||||||
...
|
...
|
||||||
providers: [
|
providers: [
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user