
Matt G. answered 02/16/23
Full-Stack Software Engineer Specializing in Javascript & GraphQL
To manage "business" constants in AngularJS, you could definitely use a separate service provider. Consider grouping related constants together, storing them as an object or a JSON file, and using a constant generator tool like ng-constant for large numbers of constants.
What's the best way would depend on your case. If you think its getting hard to deal with or slowing down your application, then I would look at refactoring.