How to create a custom page

Here is the example on how to create your own page and add it to the left side menu and breadcrumbs.

1. Create a custom Page

Run this Angular CLI command for generate new component:

2. Register new component in the theme routing

Register new component in the /src/app/pages/routing.ts file:

3. Add page to the left static menu

Add page to the left menu in /src/app/_metronic/layout/components/aside/aside-menu/aside-menu.component.html file: