We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c380f55 commit 5359c7bCopy full SHA for 5359c7b
README.md
@@ -58,7 +58,7 @@ export class AppModule { }
58
```
59
import { JPushPlugin } from '@ionic-native/jpush';
60
61
-constructor(private jpush: JPushPlugin) {
+constructor(public jpush: JPushPlugin) {
62
this.init();
63
//延迟执行,等极光完全初始化
64
setTimeout(()=>{
0 commit comments