maybe a rather stupid question, but since i already spent quite some time googling and could not solve it, i figured i’d just try posting it here
- I’m trying to add mobile app support for a Moodle plugin
- The moodle mobile app uses Ionic3
- The plugin uses html that is created by a mustache template
I am able to use some Ionic components, like or , however, I am not able to use the full set - for example, if trying to add tabs, I will get this error:
So my question is: how and where can I add additional components in the framework of this existing project? I only have access to the files created by my plugin, so I can use html or javascript - where and how do I add support for these components?
Thanks in advance for any help