forked from hazza/dspace-angular

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;
|
|
}
|