[{ALLOW view All}]
[{ALLOW edit Authenticated}]

!!Typescript

Compiler [options|https://www.typescriptlang.org/docs/handbook/compiler-options.html] are specified in tsconfig.json 

* let = block scope variable (in opposite to var)
* const = same as let, not changeable but better performance