Hi!
I’m trying to follow this part of the documentation for {N} Core
https://docs.nativescript.org/core-concepts/data-binding#example-7-adding-converters-in-the-application-module-resources
when I do
app = require("application")
console.log(app.resources);
I am getting undefined
therefore I’m not able to add a convertor to the app module resources.
Is there something that I’m missing?