mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
docs(): add ngx import path
This commit is contained in:
@@ -245,7 +245,7 @@ export type PushEvent = string;
|
||||
*
|
||||
* @usage
|
||||
* ```typescript
|
||||
* import { Push, PushObject, PushOptions } from '@ionic-native/push';
|
||||
* import { Push, PushObject, PushOptions } from '@ionic-native/push/ngx';
|
||||
*
|
||||
* constructor(private push: Push) { }
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user