[DURACOM-191] create listable.module

This commit is contained in:
Andrea Barbasso
2024-01-17 15:26:25 +01:00
parent 89705d8afe
commit bf6b30364f
84 changed files with 761 additions and 901 deletions

View File

@@ -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 = [