Replies: 1 comment 1 reply
-
if it's in the public folder you can get them with XHR/fetch https://developers.google.com/web/updates/2015/03/introduction-to-fetch |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have an Angular Ionic app and use ngneat/transloco to serve translations. At the moment we are using httpClient to receive translations which are in public folder in the app but we want to switch away completely from httpClient. How is anyone doing local file getting in Ionic or Capacitor especially? We tried with FileSystem but this seems to only have access to user data not app data?
Beta Was this translation helpful? Give feedback.
All reactions