-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ionic 4 version? #206
Comments
I am having same problem, Do you know about a solution about this? Thanks |
+1 |
1 similar comment
+1 |
Have same issue on version 5. |
hello |
Problem solved. There are 3 files that has to be changed the imports from ionic-angular to @ionic/angular. Please check inside the node-modules/ionic-audio ans change it manually. It will work. |
ok, let me try and check, |
@Stefani0 So in ionic 4 how it need to add? |
code is fine guess. |
@Stefani0 Thanks |
Hello.
I was able to run
ionic-audio
in my Ionic 4 project by simply changing one line (line 3) inionic-audio.module.js
:Change:
To:
However, when I try to build production version with
ionic build --prod
, I get the following error:Is there a quick fix for this, or is a new version for Ionic 4 planned?
Thank you.
The text was updated successfully, but these errors were encountered: