Skip to content
Snippets Groups Projects
Verified Commit 2672bb13 authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

OZG-7473 add index.ts entry

Based on CR comment.
parent e9e3d88a
No related branches found
No related tags found
Loading
import { AggregationMappingListResource } from '@admin-client/reporting-shared'; import { AggregationMappingListLinkRel, AggregationMappingListResource } from '@admin-client/reporting-shared';
import { createStateResource, getEmbeddedResources, StateResource } from '@alfa-client/tech-shared'; import { createStateResource, getEmbeddedResources, StateResource } from '@alfa-client/tech-shared';
import { expectComponentExistsInTemplate, getElementFromFixtureByType } from '@alfa-client/test-utils'; import { expectComponentExistsInTemplate, getElementFromFixtureByType } from '@alfa-client/test-utils';
import { ComponentFixture, TestBed } from '@angular/core/testing'; import { ComponentFixture, TestBed } from '@angular/core/testing';
...@@ -6,7 +6,6 @@ import { expect } from '@jest/globals'; ...@@ -6,7 +6,6 @@ import { expect } from '@jest/globals';
import { SpinnerComponent } from '@ods/component'; import { SpinnerComponent } from '@ods/component';
import { ListComponent } from '@ods/system'; import { ListComponent } from '@ods/system';
import { MockComponent } from 'ng-mocks'; import { MockComponent } from 'ng-mocks';
import { AggregationMappingListLinkRel } from '../../../../../reporting-shared/src/lib/aggregation-mapping.linkrel';
import { createAggregationMappingListResource } from '../../../../../reporting-shared/test/aggregation-mapping'; import { createAggregationMappingListResource } from '../../../../../reporting-shared/test/aggregation-mapping';
import { AggregationMappingListItemComponent } from './aggregation-mapping-list-item/aggregation-mapping-list-item.component'; import { AggregationMappingListItemComponent } from './aggregation-mapping-list-item/aggregation-mapping-list-item.component';
import { AggregationMappingListComponent } from './aggregation-mapping-list.component'; import { AggregationMappingListComponent } from './aggregation-mapping-list.component';
......
export * from './lib/aggregation-mapping-list-resource.service'; export * from './lib/aggregation-mapping-list-resource.service';
export * from './lib/aggregation-mapping-resource.service'; export * from './lib/aggregation-mapping-resource.service';
export * from './lib/aggregation-mapping.linkrel';
export * from './lib/aggregation-mapping.model'; export * from './lib/aggregation-mapping.model';
export * from './lib/aggregation-mapping.provider'; export * from './lib/aggregation-mapping.provider';
export * from './lib/aggregation-mapping.service'; export * from './lib/aggregation-mapping.service';
import { AggregationMappingListLinkRel } from '@admin-client/reporting-shared';
import { faker } from '@faker-js/faker'; import { faker } from '@faker-js/faker';
import { times } from 'lodash-es'; import { times } from 'lodash-es';
import { LinkRelationName } from '../../../tech-shared/src'; import { LinkRelationName } from '../../../tech-shared/src';
import { toResource } from '../../../tech-shared/test/resource'; import { toResource } from '../../../tech-shared/test/resource';
import { AggregationMapping, AggregationMappingListResource, AggregationMappingResource } from '../src'; import { AggregationMapping, AggregationMappingListResource, AggregationMappingResource } from '../src';
import { AggregationMappingListLinkRel } from '../src/lib/aggregation-mapping.linkrel';
export function createAggregationMapping(): AggregationMapping { export function createAggregationMapping(): AggregationMapping {
return { return {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment