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
Generally, in JS, var _userService=abp. services. app. user; Define the GetUsers method in UserAppService, and in JavaScript, this method can be called by using _userService. getUser(). So how does the ABP framework find 'UserAppService' through 'abp. services. app. user', and where is the corresponding method implemented? I want to see how the underlying code implements this function。
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Generally, in JS, var _userService=abp. services. app. user; Define the GetUsers method in UserAppService, and in JavaScript, this method can be called by using _userService. getUser(). So how does the ABP framework find 'UserAppService' through 'abp. services. app. user', and where is the corresponding method implemented? I want to see how the underlying code implements this function。
Beta Was this translation helpful? Give feedback.
All reactions