You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
I was taking a look at this plugin as I needed to integrate some orientation-dependent functions in an application I am developing, but I'm sad to see there is no full and direct support for Angular-based projects.
I decided to develop a little extension to this plugin adding an Angular Module and an Angular Service to allow components to access orientation-related functionalities through Angular-DI.
If it is considered useful, I am willing to open a pull request to show my changes and, if you can help me, test the resulting plugin.
The text was updated successfully, but these errors were encountered:
@Omi231 I forked this repo and added my code. I have not been able to really try it though, just checked that all the relevant code was included in after a npm install command. If you want to give it a shot, feel free to take a look at it. I'll add some docs in the next days as soon as I can.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was taking a look at this plugin as I needed to integrate some orientation-dependent functions in an application I am developing, but I'm sad to see there is no full and direct support for Angular-based projects.
I decided to develop a little extension to this plugin adding an Angular Module and an Angular Service to allow components to access orientation-related functionalities through Angular-DI.
If it is considered useful, I am willing to open a pull request to show my changes and, if you can help me, test the resulting plugin.
The text was updated successfully, but these errors were encountered: