mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 00:23:03 +00:00
feat: add basic templates for data list items
This commit is contained in:
@@ -23,24 +23,50 @@ import {DataFacetsProvider} from './data-facets.provider';
|
||||
import {DataRoutingModule} from './data-routing.module';
|
||||
import {DataProvider} from './data.provider';
|
||||
import {DataDetailComponent} from './detail/data-detail.component';
|
||||
import {LongInlineText} from './elements/long-inline-text.component';
|
||||
import {OffersInListComponent} from './elements/offers-in-list.component';
|
||||
import {DataListItem} from './list/data-list-item.component';
|
||||
import {DataListComponent} from './list/data-list.component';
|
||||
import {StAppsWebHttpClient} from './stapps-web-http-client.provider';
|
||||
import {ArticleListItem} from './types/article/article-list-item.component';
|
||||
import {CatalogListItem} from './types/catalog/catalog-list-item.component';
|
||||
import {DateSeriesListItem} from './types/date-series/date-series-list-item.component';
|
||||
import {DishDetailContentComponent} from './types/dish/dish-detail-content.component';
|
||||
import {DishListItem} from './types/dish/dish-list-item.component';
|
||||
import {EventListItemComponent} from './types/event/event-list-item.component';
|
||||
import {FavoriteListItem} from './types/favorite/favorite-list-item.component';
|
||||
import {MessageListItem} from './types/message/message-list-item.component';
|
||||
import {OrganizationListItem} from './types/organization/organization-list-item.component';
|
||||
import {PersonListItem} from './types/person/person-list-item.component';
|
||||
import {PlaceListItem} from './types/place/place-list-item.component';
|
||||
import {SemesterListItem} from './types/semester/semester-list-item.component';
|
||||
import {VideoListItem} from './types/video/video-list-item.component';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
ArticleListItem,
|
||||
CatalogListItem,
|
||||
DataDetailComponent,
|
||||
|
||||
DishDetailContentComponent,
|
||||
DishListItem,
|
||||
|
||||
EventListItemComponent,
|
||||
FavoriteListItem,
|
||||
|
||||
DataListItem,
|
||||
DataListComponent,
|
||||
DateSeriesListItem,
|
||||
OffersInListComponent,
|
||||
|
||||
LongInlineText,
|
||||
|
||||
MessageListItem,
|
||||
OrganizationListItem,
|
||||
PersonListItem,
|
||||
PlaceListItem,
|
||||
SemesterListItem,
|
||||
VideoListItem,
|
||||
],
|
||||
entryComponents: [
|
||||
DataListComponent,
|
||||
|
||||
Reference in New Issue
Block a user