[Monitor Dashboard | Trunk]: Move Option to library
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@57942 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
7813307992
commit
3fcc64f060
|
@ -1,12 +1,6 @@
|
|||
import {ChartHelper, Indicator, IndicatorPath, Stakeholder, SubCategory, Topic} from "./entities/stakeholder";
|
||||
import {AbstractControl, ValidatorFn, Validators} from "@angular/forms";
|
||||
|
||||
export interface Option {
|
||||
icon?: string,
|
||||
iconClass?: string,
|
||||
value: any,
|
||||
label: string
|
||||
}
|
||||
import {Option} from "../openaireLibrary/dashboard/sharedComponents/input/input.component";
|
||||
|
||||
export class StakeholderUtils {
|
||||
types: Option[] = [
|
||||
|
|
Loading…
Reference in New Issue