1
0

Themed object-list.component.

This commit is contained in:
Peter Wolfersberger
2022-07-06 19:21:18 +02:00
parent 24943b9b09
commit 48c3fd24ed
7 changed files with 232 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ import {
SearchResultListElementComponent
} from './object-list/search-result-list-element/search-result-list-element.component';
import { ObjectListComponent } from './object-list/object-list.component';
import { ThemedObjectListComponent } from './object-list/themed-object-list.component';
import {
CollectionGridElementComponent
} from './object-grid/collection-grid-element/collection-grid-element.component';
@@ -376,6 +377,7 @@ const COMPONENTS = [
LogOutComponent,
NumberPickerComponent,
ObjectListComponent,
ThemedObjectListComponent,
ObjectDetailComponent,
ObjectGridComponent,
AbstractListableElementComponent,