Browse Source

Code review. rule-chain.service minor code beautify

pull/3811/head
deaflynx 6 years ago
parent
commit
bfab30b6d1
  1. 5
      ui-ngx/src/app/core/http/rule-chain.service.ts

5
ui-ngx/src/app/core/http/rule-chain.service.ts

@ -25,9 +25,10 @@ import {
RuleChain,
RuleChainConnectionInfo,
RuleChainMetaData,
ruleChainNodeComponent, RuleChainType,
ruleChainNodeComponent,
ruleNodeTypeComponentTypes,
unknownNodeComponent
unknownNodeComponent,
RuleChainType
} from '@shared/models/rule-chain.models';
import { ComponentDescriptorService } from './component-descriptor.service';
import {

Loading…
Cancel
Save