2
Reply

Explain what is services in Angular.js ?

Nitin Choudhary

Nitin Choudhary

9 years ago
306
0
Reply

    Services are special kind of java function, which is perform a specific task, some inbuilt services provide by the Angular itself eg, HTTP,window,$sec

    Naveen Bisht
    8 years ago
    0

    In angular.js services are the singleton objects or functions that are used for carrying out specific tasks. It holds some business logic and these function can be called as controllers, directive, filters and so on.

    Nitin Choudhary
    9 years ago
    0