mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 23:43:01 +00:00

Inject environment rather than importing it Redo the configuration for better consistency across pages
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
import { Config } from './config.interface';
|
|
|
|
export interface CommunityListConfig extends Config {
|
|
pageSize: number;
|
|
}
|