[Monitor]: Stakeholder: charts and numbers from string -> Indicator array
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor@57364 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
6232905500
commit
e102499f78
|
@ -4,7 +4,6 @@ import {Observable} from "rxjs";
|
|||
import {Indicator, Stakeholder} from "../utils/entities/stakeholder";
|
||||
import {map} from "rxjs/operators";
|
||||
import {EnvProperties} from "../openaireLibrary/utils/properties/env-properties";
|
||||
import {response} from "express";
|
||||
|
||||
@Injectable()
|
||||
export class StakeholderService {
|
||||
|
|
|
@ -37,8 +37,8 @@ export class SubCategory {
|
|||
description: string;
|
||||
isActive: boolean;
|
||||
isPublic: boolean;
|
||||
charts:string[];
|
||||
numbers:string[];
|
||||
charts: Indicator[];
|
||||
numbers: Indicator[];
|
||||
|
||||
}
|
||||
export class Indicator {
|
||||
|
|
Loading…
Reference in New Issue