Ionic 5 Tinder Styled App Starter
  • Introduction
  • Ionic 5 Tinder Clone Template
  • Why to use this Template
  • Initial Setup
  • Running the app
  • Template Features
    • Screens
      • Login Screens
      • Home Page
      • User Profile & Settings
      • Tinder Premium
      • Chat Pages
    • Features
      • Swipe-able Cards
      • Chat feature
      • Device Compatibility
    • Feature Explanation
  • How to use this Template
    • Two ways to use the Template
    • Modifying Code
    • Removing a Page
    • Removing a plugin
    • Integrating Back-end
    • Add More Features
  • Build the app and PWA
    • Building App on device
    • Deploying app as PWA
  • Extra
    • FAQs
Powered by GitBook
On this page

Was this helpful?

  1. How to use this Template

Removing a Page

PreviousModifying CodeNextRemoving a plugin

Last updated 5 years ago

Was this helpful?

Steps to remove undesired page from the App

  • Go to app-routing.module.ts file.

  • 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.‌