Solved
Use moment.js in services
Hello,
I see moment.js library in libraries list of ThingWorx.
I try to use it:
const currentDate = moment();
But in this case service returns error:
"moment" is not defined
What can be a problem?
Thank you in advance.

