mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 19:43:04 +00:00
77349: Add themeable components - pt. 1
This commit is contained in:
@@ -2,8 +2,8 @@ import { NgModule } from '@angular/core';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { CdkTreeModule } from '@angular/cdk/tree';
|
||||
|
||||
import { CommunityListPageComponent } from './community-list-page.component';
|
||||
import { CommunityListService } from './community-list-service';
|
||||
import { ThemedCommunityListPageComponent } from './themed-community-list-page.component';
|
||||
|
||||
/**
|
||||
* RouterModule to help navigate to the page with the community list tree
|
||||
@@ -13,7 +13,7 @@ import { CommunityListService } from './community-list-service';
|
||||
RouterModule.forChild([
|
||||
{
|
||||
path: '',
|
||||
component: CommunityListPageComponent,
|
||||
component: ThemedCommunityListPageComponent,
|
||||
pathMatch: 'full',
|
||||
data: { title: 'communityList.tabTitle' }
|
||||
}
|
||||
|
Reference in New Issue
Block a user