|
|
|
@ -18,7 +18,7 @@ import { BaseData } from '@shared/models/base-data'; |
|
|
|
import { RuleChainId } from '@shared/models/id/rule-chain-id'; |
|
|
|
import { RuleNodeId } from '@shared/models/id/rule-node-id'; |
|
|
|
import { ComponentDescriptor } from '@shared/models/component-descriptor.models'; |
|
|
|
import { FcEdge, FcNode } from 'ngx-flowchart/dist/ngx-flowchart'; |
|
|
|
import { FcEdge, FcNode } from 'ngx-flowchart'; |
|
|
|
import { Observable } from 'rxjs'; |
|
|
|
import { PageComponent } from '@shared/components/page.component'; |
|
|
|
import { AfterViewInit, EventEmitter, Inject, OnInit, Directive } from '@angular/core'; |
|
|
|
|