Search⌘ K
AI Features

Customize the Code

Explore how to customize your Ionic-Angular app by updating the navigation menu, adding new pages without creating routes, and leveraging reusable folder components. This lesson helps you understand appPages modification, icon usage, and basic routing to enhance your app navigation and structure.

We'll cover the following...

Adding a page

Before you leave this hello-ionic app, I want to do a couple of fun things. How do you think you might customize that page list? If you said, “modify the appPages array in app.component.ts,” give yourself a pat on the back. I noticed that there is no Sent Mail page, so you will quickly create one and see what happens.

Put it right between ...