mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
[DURACOM-191] create listable.module
This commit is contained in:
@@ -37,6 +37,7 @@ import { renderStartsWith } from './core/provide-render-starts-with';
|
||||
import { renderBrowseBy } from './core/provide-render-browse-by';
|
||||
import { renderAuthMethod } from './core/provide-render-auth-method';
|
||||
import { NgxMaskModule } from 'ngx-mask';
|
||||
import { ListableModule } from './core/shared/listable.module';
|
||||
|
||||
export function getConfig() {
|
||||
return environment;
|
||||
@@ -66,6 +67,7 @@ const IMPORTS = [
|
||||
StoreDevModules,
|
||||
EagerThemesModule,
|
||||
RootModule,
|
||||
ListableModule
|
||||
];
|
||||
|
||||
const PROVIDERS = [
|
||||
|
Reference in New Issue
Block a user