src/app/app.component.html
and src/app/app.component.ts
ion-menu
with two items. [routerLink]
you define the route where you want to navigate to when clicking the ion-item
. src/app/app-routing.module.ts
AppComponent
and iterated in the html. Let's see an example.