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:
Antoine Brassard Lahey 2020-01-17 04:53:21 -05:00 committed by Daniel Sogl
parent 7cad3f350f
commit 2b2eb88a64

View File

@ -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) { }