Base solution for your next web application
Open Closed

how can i get all application service methods in Javascript #1248


User avatar
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)
  • User Avatar
    0
    hikalkan created
    Support Team

    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.