I want to use the ngfor to get 4 stored data and create the 4 buttons with that data and depending on the choice that this redirects to the page that corresponds to it.
<button id="menu-button11" ion-button color="positive" block icon-right style="text-align:left;" >
{{menu.name}} {{menu.menu1}} {{menu.menu2}} {{menu.menu3}} //dependiendo de este valor llamar a la pagina correspondiente
<ion-icon name="arrow-forward"></ion-icon>
</button>
Is there any way to do that?