Metronic

The World’s #1 Bootstrap 4 HTML, Angular 8, React & VueJS

Admin Dashboard Theme Framework

Angular Skeleton

Remove Demo Pages

All demo pages are in separate modules. The demo pages can be removed from this folder
[metronic]/theme/angular/[demo]/src/app/views/pages/. Leave for auth and dashboard folders. Auth is required for authentication module like login and register page. Dashboard folder can be modified or removed later.

Remove unused components declaration and imports from this pages module file. [metronic]/theme/angular/[demo]/src/app/views/pages/pages.module.ts


import { MailModule } from './apps/mail/mail.module';
import { ECommerceModule } from './apps/e-commerce/e-commerce.module';
import { UserManagementModule } from './user-management/user-management.module';
import { MyPageComponent } from './my-page/my-page.component';
            

Keep the minimal imports for required modules only.

// Angular
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
// Partials
import { PartialsModule } from '../partials/partials.module';
// Pages
import { CoreModule } from '../../core/core.module';

@NgModule({
	declarations: [],
	exports: [],
	imports: [
		CommonModule,
		CoreModule,
		PartialsModule,
	],
	providers: []
})
export class PagesModule {
}

Remove the demo page routers from this main Angular routing file
[metronic]/theme/angular/[demo]/src/app/app-routing.module.ts.

These are the list of demo page routers that can be removed.

{
    path: 'mail',
    loadChildren: () => import('app/views/pages/apps/mail/mail.module').then(m => m.MailModule)
},
{
    path: 'ecommerce',
    loadChildren: () => import('app/views/pages/apps/e-commerce/e-commerce.module').then(m => m.ECommerceModule),
},
{
    path: 'ngbootstrap',
    loadChildren: () => import('app/views/pages/ngbootstrap/ngbootstrap.module').then(m => m.NgbootstrapModule)
},
{
    path: 'material',
    loadChildren: () => import('app/views/pages/material/material.module').then(m => m.MaterialModule)
},
{
    path: 'user-management',
    loadChildren: () => import('app/views/pages/user-management/user-management.module').then(m => m.UserManagementModule)
},
{
    path: 'wizard',
    loadChildren: () => import('app/views/pages/wizard/wizard.module').then(m => m.WizardModule)
},
{
    path: 'builder',
    loadChildren: () => import('app/views/theme/content/builder/builder.module').then(m => m.BuilderModule)
},
I run a team of 20 product managers, developers, QA and UX resources. Previously we designed everything ourselves. For our newest platform we tried out Metronic. I cannot overestimate the impact Metronic has had. It's accelerated development 3x and reduced QA issues by 50%. If you add up the reduced need for design time/resources, the increase in dev speed and the reduction in QA, it's probably saved us $100,000 on this project alone, and I plan to use it for all platforms moving forward.
The flexibility of the design has also allowed us to put out a better looking & working platform and reduced my headaches by 90%. Thank you KeenThemes! Jonathan Bartlett, Metronic Customer

Powerful Framework

Everything within Metronic is customizable globally to provide limitless unique styled projects

Multi Demo

Choose a perfect design for your next project among hundreds of demos

Limitless Components

A huge collection of components to power your application with the latest UI/UX trands

Angular 8 & React Support

Enterprise ready Angular and React integration with built-in authentication module and many more

Bootstrap 4

Metronic deeply customizes Bootstrap with native look and feel

Exclusive Datatable Plugin

Our super sleek and intuitive Datatable comes packed with all advanced CRUD features

75,000+ Strong

Metronic is the only theme trusted by over 70,000 developers world wide

Continuous Updates

Lifetime updates with new demos and features is guaranteed

Quality Code

Metronic is written with a code structure that all developers will be able to pick up easily and fall in love

The Ultimate Bootstrap Admin Theme Trusted By Over 70,000 Developers World Wide