In AngularJS application, for one module say "login" functionality can we create multiple services files like logincheck-svc.js and logingo-svc.js And reference both the files in login-ctrl.js file I am asking this question because the services files are becoming large in terms of LOC and Plato report is showing very low maintainability index[due to the complexity in the file]
In AngularJS application can we have multiple services files
261 Views Asked by Sahana At
2
As far isolation of concerns you can have as much dependences on your controller as you wish.