Project

General

Profile

« Previous | Next » 

Revision 60340

[Admin | New-UI]: Add info route.

View differences:

community-routing.module.ts
5 5
@NgModule({
6 6
  imports: [RouterModule.forChild([
7 7
    {
8
      path: 'info',
9
      loadChildren: './community-info/community-info.module#CommunityInfoModule',
10
    },
11
    {
8 12
      path: 'users',
9 13
      loadChildren: './users/users.module#UsersModule',
10 14
      pathMatch: 'full'

Also available in: Unified diff