I would like to link to other ionic pages with [innerHtml].
For example i want to pass the following code to the app with [innerHtml]:
<a (click)="goto('10')">Ipsum</a>
I know that this wont work because security. But how else can i generate dynamic code with ionic and angular 4?
Could you show me an example what options I have?
It's a hacky app i use google sheets as backend.