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
I would like to know why observables are being used in asynchronous way for finding the device
information instead of returning the respective information synchronously without the need to
subscribe to observable.
Is there any way where the provided services have methods which return boolean values for
finding device information which can be used in java script.
For example, I want isMobile() in the service which returns a boolean value just like *isMobile directive.
The text was updated successfully, but these errors were encountered:
Hi,
I would like to know why observables are being used in asynchronous way for finding the device
information instead of returning the respective information synchronously without the need to
subscribe to observable.
Is there any way where the provided services have methods which return boolean values for
finding device information which can be used in java script.
For example, I want isMobile() in the service which returns a boolean value just like *isMobile directive.
The text was updated successfully, but these errors were encountered: