mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
refactor(demo): rename basic inputs page
This commit is contained in:
@ -3,7 +3,7 @@ import { Routes, RouterModule } from '@angular/router';
|
||||
|
||||
const routes: Routes = [
|
||||
{ path: '', redirectTo: '/home', pathMatch: 'full' },
|
||||
{ path: 'inputs', loadChildren: 'app/inputs/inputs.module#InputsModule' },
|
||||
{ path: 'basic-inputs', loadChildren: 'app/basic-inputs/basic-inputs.module#BasicInputsModule' },
|
||||
{ path: 'home', loadChildren: 'app/home/home.module#HomeModule' }
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user