mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
docs(firebase-x): add /ngx to import in usage example (#3277)
The path used to import FirebaseX in the usage example is wrong, it should end with /ngx
This commit is contained in:
parent
7cad3f350f
commit
2b2eb88a64
@ -79,7 +79,7 @@ export interface IChannelOptions {
|
|||||||
*
|
*
|
||||||
* @usage
|
* @usage
|
||||||
* ```typescript
|
* ```typescript
|
||||||
* import { FirebaseX } from '@ionic-native/firebase-x';
|
* import { FirebaseX } from '@ionic-native/firebase-x/ngx';
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* constructor(private firebaseX: FirebaseX) { }
|
* constructor(private firebaseX: FirebaseX) { }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user