I am new to Ionic 2, followed documentation to implement inAppBrowser in my application. I have imported
import { InAppBrowser } from '@ionic-native/in-app-browser';
getting error in importing, Solve this issue.
The documentation told you to declare it as a provider in your app module. Did you follow that part?
Hi,
Thanks for your reply and I fixed it by declaring provider.
On Thu, Apr 13, 2017 at 10:13 AM, Robert Coie notifications@github.com
wrote:
The documentation told you to declare it as a provider in your app module.
Did you follow that part?—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/driftyco/ionic-native/issues/1365#issuecomment-293779650,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AIUMQfImylssGEdvwWuShzN5aPAOMBOiks5rvaf3gaJpZM4M7TT5
.
--
Thanks & Regards
GunaSekhar
is there sample code that shows this plugin being used to log in to an oauth endpoint?
@rlightner that is a question better suited for the support forums. I think this issue can safely be closed.
Most helpful comment
The documentation told you to declare it as a provider in your app module. Did you follow that part?