-
I get this after installing the package and adding to my module imports,
FlutterwaveModule' does not appear to be an NgModule class.(-996002)
flutterwave.module.d.ts(1, 22): This likely means tha…
-
![image](https://user-images.githubusercontent.com/18199983/203009274-cc7de0ec-46bd-484d-af45-8e6795dd626d.png)
I get this error randomly and when it happens it crashes the entire app.
I'm using …
-
Could not find a declaration file for module 'flutterwave-node-v3'. '.../node_modules/flutterwave-node-v3/index.js' implicitly has an 'any' type.
Try `npm install @types/flutterwave-node-v3` if it …
-
Have you read our [Code of Conduct](https://github.com/Flutterwave/Angular/blob/master/CONTRIBUTING.md)? By filing an Issue, you are expected to comply with it, including treating everyone with respec…
-
I am having a massive issue with running an Ionic app using this repo.
- I installed using npm
- This is setup and running on another developer machine with no issues
- I have tried up/downgrading…
-
I added this plugin to an Ionic Framework v5 capacitor app via `npm install flutterwave-angular-v3`, updated the app.module file, and imported it onto a component.
I then ran '`ionic cap sync`' to …
-
I have recently tried to implment Flutterwave in my angular ionic project. However, I am receiving below error when adding the Flutterwave as a service in the constructor.
import { Flutterwave, Inl…
-
Hello @nkukehenry @arahmancsd
Please confirm if you still experienc this issue?
_Originally posted by @toybz in https://github.com/Flutterwave/Flutterwave-Angular-v3/issues/11#issuecomment-10289…
-
zone.js:209 Uncaught TypeError: Cannot read properties of null (reading 'removeChild')
at HTMLDivElement.Element.remove (v3.js:1)
at ion-ripple-effect.entry.js:82
After installing flutter…
-
So apparently you cannot import **FlutterwaveModule** in app module as stated in the usage description **import FlutterwaveModule from "flutterwave-angular-v3"**. It should be **import {FlutterwaveMod…