|
|
@ -28,8 +28,8 @@ import { RuleSettingsDialogParams } from './interfaces/interfaces'; |
|
|
templateUrl: './rule-settings-dialog.html' |
|
|
templateUrl: './rule-settings-dialog.html' |
|
|
}) |
|
|
}) |
|
|
export class GfRuleSettingsDialogComponent { |
|
|
export class GfRuleSettingsDialogComponent { |
|
|
public settings: XRayRulesSettings['AccountClusterRiskCurrentInvestment']; |
|
|
|
|
|
public form: FormGroup; |
|
|
public form: FormGroup; |
|
|
|
|
|
public settings: XRayRulesSettings['AccountClusterRiskCurrentInvestment']; |
|
|
|
|
|
|
|
|
public constructor( |
|
|
public constructor( |
|
|
@Inject(MAT_DIALOG_DATA) public data: RuleSettingsDialogParams, |
|
|
@Inject(MAT_DIALOG_DATA) public data: RuleSettingsDialogParams, |
|
|
|