mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +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
|
||||
* ```typescript
|
||||
* import { FirebaseX } from '@ionic-native/firebase-x';
|
||||
* import { FirebaseX } from '@ionic-native/firebase-x/ngx';
|
||||
*
|
||||
*
|
||||
* constructor(private firebaseX: FirebaseX) { }
|
||||
|
Loading…
Reference in New Issue
Block a user