Explore Library
FlashcardIntermediate

Ambient Global Variables

Describe a global variable that exists at runtime so TypeScript recognizes it.

Question

How do you tell TypeScript about a global variable injected at runtime, like `APP_VERSION`?

Click to reveal answer