I'm developing my first Dnn SPA module in Angular and whilst I can easily get to certain values such as ModuleId and Resx values I haven't found a way to access TabModuleSettings or ModuleSettings yet.
[ModuleContext:ModuleId]
gives me the ModuleId printed into the HTML view.
I found this link which shows the tokens I assume are available, but nothing points to settings.
Anyone know how this is done?