Hello everyone, I can’t seem to use the lowcode mode. Following the video tutorial, I tried to declare a variable and assigned to it a value like:
public myTimer: number = 0;
but when I try to call its value with the [@myTimer] macro, the result is always that it literally rewrites “[@myTimer]”.
Has anyone encountered such a problem before?