Ionic 4 beta plugins installation

In Ionic 4 beta docs says that to import ionic native plugins for angular applications with the /ngx suffux.
ex:- import { Geolocation } from ‘@ionic-native/geolocation/ngx’;

but when i install this plugin using (npm install --save @ionic-native/geolocation) there is no folder named “ngx”. so how can i import that in my angular application

npm install --save @ionic-native/geolocation@5.0.0-beta.14
1 Like

Thank You Very man it worked