-
Notifications
You must be signed in to change notification settings - Fork 162
Ionic 2.2.0 Support #102
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 2.2.0 Support #102
Conversation
Demo Contains .ts files
# Conflicts: # .npmignore
Update new version (2.2.0) of Ionic. Updated all the dependencies
AOT failed to build because it cannot find the reference of AudioContext
```
Failed on type
{"filePath":"/Users/faizanhasan/app/v2/node_modules/ionic-audio/dist/ion
ic-audio-web-track.ts","name":"WebAudioTrack","members":[]} with error
Error: Error encountered resolving symbol values statically. Could not
resolve type AudioContext (position 26:105 in the original .ts file),
resolving symbol WebAudioTrack in
/Users/faizanhasan/app/v2/node_modules/ionic-audio/dist/ionic-audio-web-
track.ts
build prod failed: Error encountered resolving symbol values
statically. Could not resolve type AudioContext
(position 26:105 in the original .ts file), resolving
symbol WebAudioTrack in
/Users/faizanhasan/app/v2/node_modules/ionic-audio/dist/ionic-audio-web-
track.ts
ionic-app-script task: "build"
Error: Error encountered resolving symbol values statically. Could not
resolve type AudioContext (position
26:105 in the original .ts file), resolving symbol
WebAudioTrack in
/Users/faizanhasan/app/v2/node_modules/ionic-audio/dist/ionic-audio-web-
track.ts
Error: Error encountered resolving symbol values statically. Could not
resolve type AudioContext (position 26:105 in the original .ts file),
resolving symbol WebAudioTrack in
/Users/faizanhasan/app/v2/node_modules/ionic-audio/dist/ionic-audio-web-
track.ts
```
@arielfaur you have to change` "ionic-audio": "^2.3.4"` with the latest version when you publish npm
|
@arielfaur any update? |
|
Hi @sfaizanh I have merged your PR and am testing but I still get build errors with the |
|
Hi @arielfaur, i'm in middle of something i'll update you in an hour |
|
Hi @arielfaur, It works fine "Build Success" may be you haven't change the ionic audio in
then in project directory My apologies for the delay |
Updated dependencies only for developers. Added `npm run build`
|
@arielfaur i have removed dependencies and added to devDependencies so that users will not affects on ionic-version update 81da41b |
|
@arielfaur if you are merging #101 pull request then merge it first then i'll update it so that this pull can be merged with no conflicts |
|
Thanks @arielfaur . Works fine on |
|
Thank you guys for this! Now that AoT build works my app startup time is like 2 seconds (down from 10!!). Amazing! @arielfaur can we get this and #101 merged? I love this library |
|
I would say Merge #101 first then i have to update the code so that we don't have merge issue |
|
Hi @arielfaur Angular 4 showing some warnings. |
Update dependencies
Added Readme and License.md files
Fixed AOT issue in ionic-audio-web-track.ts