How to create an TypeScript static constant in a class? That mean I can refer a constant without initialize the class. This is my class: export class CallTree{ public static readonly active = 1; ...
0 Vote
1 Answer
152 Views