-3

Do we have something like private static variable in component itself. Not like Global Constants , But something private to the class (component) itself.

wentjun
  • 40,384
  • 10
  • 95
  • 107
Riya
  • 794
  • 2
  • 9
  • 17

1 Answers1

4

You need private readonly constant = 'constant';

Roberto Zvjerković
  • 9,657
  • 4
  • 26
  • 47