mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 08:02:55 +00:00
feat(data): use general template for all offers
With help of Object.keys (which is provided to the template) make offers template general for different price group types (which are academic or sport course for now). See discussions on !2
This commit is contained in:
@@ -26,8 +26,8 @@ import {DataRoutingModule} from './data-routing.module';
|
||||
import {DataProvider} from './data.provider';
|
||||
import {DataDetailContentComponent} from './detail/data-detail-content.component';
|
||||
import {DataDetailComponent} from './detail/data-detail.component';
|
||||
import {AcademicOffersDetailComponent} from './elements/academic-offers-detail.component';
|
||||
import {AcademicOffersInListComponent} from './elements/academic-offers-in-list.component';
|
||||
import {OffersDetailComponent} from './elements/offers-detail.component';
|
||||
import {OffersInListComponent} from './elements/offers-in-list.component';
|
||||
import {AddressDetailComponent} from './elements/address-detail.component';
|
||||
import {LongInlineText} from './elements/long-inline-text.component';
|
||||
import {OriginDetailComponent} from './elements/origin-detail.component';
|
||||
@@ -63,8 +63,8 @@ import {VideoListItem} from './types/video/video-list-item.component';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
AcademicOffersDetailComponent,
|
||||
AcademicOffersInListComponent,
|
||||
OffersDetailComponent,
|
||||
OffersInListComponent,
|
||||
AddressDetailComponent,
|
||||
ArticleDetailContentComponent,
|
||||
ArticleListItem,
|
||||
|
||||
Reference in New Issue
Block a user