We are currently planning a site that exists from different AngularJS applications that will use shared services. Services will be implemented in separate files; in order to minimize the size of the application files that we want to include / merge only the service files that are used in the corresponding application, we are therefore looking for best practices for managing dependencies.
is there something like requireJS in angular or what would you suggest to handle with include? thanks in advance.)
javascript angularjs
MrMuh
source share