0

Where is the best place to define global variables which can be used by all providers? The base URL of REST API (http://example.com/api/users) is an example of such variables.

nas
  • 2,289
  • 5
  • 32
  • 67

1 Answers1

-1

You can create services or dependency inject a class