0
arslanali created
When i try to make an application service object like below, i dont get intellisense:
var _profileService = abp.services.app.profile;
when i type abp. i get everything but the services. Please tell me which files to include in my js references file?
1 Answer(s)
-
0
Hi,
You can not get intellisense since these services are created on runtime.
When you run your application, open browser's console and write abp.services.app. and you will see list of services.