> For the complete documentation index, see [llms.txt](https://enappd.gitbook.io/ionic-tinder-style-template/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enappd.gitbook.io/ionic-tinder-style-template/how-to-use-this-template-1/removing-a-page-component.md).

# Removing a Page

### **Steps to remove undesired page from the App** <a href="#steps-to-remove-undesired-page-from-the-app" id="steps-to-remove-undesired-page-from-the-app"></a>

* Go to `app-routing.module.ts` file.

![](https://1774521080-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LqBqAw4qSMckDjeSSDw%2F-LqGyH_g-wijBadK9sMl%2F-LqH3By97qqfngaaBNfB%2FScreen%20Shot%202019-10-03%20at%208.10.23%20PM.png?alt=media\&token=5acdcd15-1f18-49b8-980a-25061c24ae14)

* Select the route link that you want to remove and just press Delete, eg. here we have choose to remove 'addmedia', then press Delete
* Also remove any links to this page from other pages. You can identify this from the UI flow - which button leads to which page.
* Press Ctrl+S to save the changes made.
* Now go to `app.component.ts` file.

‌Additionally, you can also remove the deleted page's folder from the project.

In this way we can remove the pages that we do not want in our app.‌[<br>](https://app.gitbook.com/@enappd-apps/s/apps/ionic-4-full-app/pro-pack-features/woo-commerce-integration)
