mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-18 23:52:52 +00:00
committed by
Sebastian Lange
parent
88f87a2ce1
commit
e1039aa226
@@ -60,6 +60,8 @@ import {SemesterDetailContentComponent} from './types/semester/semester-detail-c
|
||||
import {SemesterListItem} from './types/semester/semester-list-item.component';
|
||||
import {VideoDetailContentComponent} from './types/video/video-detail-content.component';
|
||||
import {VideoListItem} from './types/video/video-list-item.component';
|
||||
import {SkeletonListItem} from './elements/skeleton-list-item.component';
|
||||
import {SkeletonSimpleCard} from './elements/skeleton-simple-card.component';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
@@ -69,6 +71,7 @@ import {VideoListItem} from './types/video/video-list-item.component';
|
||||
ArticleDetailContentComponent,
|
||||
ArticleListItem,
|
||||
SimpleCardComponent,
|
||||
SkeletonSimpleCard,
|
||||
CatalogDetailContentComponent,
|
||||
CatalogListItem,
|
||||
DataDetailComponent,
|
||||
@@ -96,6 +99,7 @@ import {VideoListItem} from './types/video/video-list-item.component';
|
||||
PlaceListItem,
|
||||
SemesterDetailContentComponent,
|
||||
SemesterListItem,
|
||||
SkeletonListItem,
|
||||
VideoDetailContentComponent,
|
||||
VideoListItem,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user