Currently, I am managing multiple AngularJS apps that share common dependencies such as angular-translate
. Each of these apps has identical configurations for angular-translate
in the app.js
file.
I am seeking a method to centralize the configuration for angular-translate
across all these applications. I would like to be able to make changes in one location (potentially a service) and have those configurations automatically applied to each app.
As someone new to the Angular world, I would greatly appreciate any precise suggestions or guidance you can offer.