UI: Clear rule node components import
This commit is contained in:
		
							parent
							
								
									4dd973f75b
								
							
						
					
					
						commit
						6ba8aa90ab
					
				@ -14,9 +14,9 @@
 | 
			
		||||
/// limitations under the License.
 | 
			
		||||
///
 | 
			
		||||
 | 
			
		||||
import { NgModule, Type } from '@angular/core';
 | 
			
		||||
import { NgModule } from '@angular/core';
 | 
			
		||||
import { CommonModule } from '@angular/common';
 | 
			
		||||
import { IRuleNodeConfigurationComponent, SharedModule } from '@shared/public-api';
 | 
			
		||||
import { SharedModule } from '@shared/public-api';
 | 
			
		||||
import { HomeComponentsModule } from '@home/components/public-api';
 | 
			
		||||
import { AttributesConfigComponent } from './attributes-config.component';
 | 
			
		||||
import { TimeseriesConfigComponent } from './timeseries-config.component';
 | 
			
		||||
 | 
			
		||||
@ -14,9 +14,9 @@
 | 
			
		||||
/// limitations under the License.
 | 
			
		||||
///
 | 
			
		||||
 | 
			
		||||
import { NgModule, Type } from '@angular/core';
 | 
			
		||||
import { NgModule } from '@angular/core';
 | 
			
		||||
import { CommonModule } from '@angular/common';
 | 
			
		||||
import { IRuleNodeConfigurationComponent, SharedModule } from '@shared/public-api';
 | 
			
		||||
import { SharedModule } from '@shared/public-api';
 | 
			
		||||
import { CustomerAttributesConfigComponent } from './customer-attributes-config.component';
 | 
			
		||||
import { CommonRuleNodeConfigModule } from '../common/common-rule-node-config.module';
 | 
			
		||||
import { EntityDetailsConfigComponent } from './entity-details-config.component';
 | 
			
		||||
 | 
			
		||||
@ -14,7 +14,7 @@
 | 
			
		||||
/// limitations under the License.
 | 
			
		||||
///
 | 
			
		||||
 | 
			
		||||
import { NgModule, Type } from '@angular/core';
 | 
			
		||||
import { NgModule } from '@angular/core';
 | 
			
		||||
import { SnsConfigComponent } from './sns-config.component';
 | 
			
		||||
import { SqsConfigComponent } from './sqs-config.component';
 | 
			
		||||
import { PubSubConfigComponent } from './pubsub-config.component';
 | 
			
		||||
@ -27,7 +27,7 @@ import { SendEmailConfigComponent } from './send-email-config.component';
 | 
			
		||||
import { AzureIotHubConfigComponent } from './azure-iot-hub-config.component';
 | 
			
		||||
import { SendSmsConfigComponent } from './send-sms-config.component';
 | 
			
		||||
import { CommonModule } from '@angular/common';
 | 
			
		||||
import { IRuleNodeConfigurationComponent, SharedModule } from '@shared/public-api';
 | 
			
		||||
import { SharedModule } from '@shared/public-api';
 | 
			
		||||
import { HomeComponentsModule } from '@home/components/public-api';
 | 
			
		||||
import { CommonRuleNodeConfigModule } from '../common/common-rule-node-config.module';
 | 
			
		||||
import { SlackConfigComponent } from './slack-config.component';
 | 
			
		||||
 | 
			
		||||
@ -14,9 +14,9 @@
 | 
			
		||||
/// limitations under the License.
 | 
			
		||||
///
 | 
			
		||||
 | 
			
		||||
import { NgModule, Type } from '@angular/core';
 | 
			
		||||
import { NgModule } from '@angular/core';
 | 
			
		||||
import { CommonModule } from '@angular/common';
 | 
			
		||||
import { IRuleNodeConfigurationComponent, SharedModule } from '@shared/public-api';
 | 
			
		||||
import { SharedModule } from '@shared/public-api';
 | 
			
		||||
import { CheckMessageConfigComponent } from './check-message-config.component';
 | 
			
		||||
import { CheckRelationConfigComponent } from './check-relation-config.component';
 | 
			
		||||
import { GpsGeoFilterConfigComponent } from './gps-geo-filter-config.component';
 | 
			
		||||
 | 
			
		||||
@ -14,9 +14,9 @@
 | 
			
		||||
/// limitations under the License.
 | 
			
		||||
///
 | 
			
		||||
 | 
			
		||||
import { NgModule, Type } from '@angular/core';
 | 
			
		||||
import { NgModule } from '@angular/core';
 | 
			
		||||
import { CommonModule } from '@angular/common';
 | 
			
		||||
import { IRuleNodeConfigurationComponent, SharedModule } from '@shared/public-api';
 | 
			
		||||
import { SharedModule } from '@shared/public-api';
 | 
			
		||||
import { RuleChainInputComponent } from './rule-chain-input.component';
 | 
			
		||||
import { RuleChainOutputComponent } from './rule-chain-output.component';
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -14,9 +14,9 @@
 | 
			
		||||
/// limitations under the License.
 | 
			
		||||
///
 | 
			
		||||
 | 
			
		||||
import { NgModule, Type } from '@angular/core';
 | 
			
		||||
import { NgModule } from '@angular/core';
 | 
			
		||||
import { CommonModule } from '@angular/common';
 | 
			
		||||
import { IRuleNodeConfigurationComponent, SharedModule } from '@shared/public-api';
 | 
			
		||||
import { SharedModule } from '@shared/public-api';
 | 
			
		||||
import { ChangeOriginatorConfigComponent } from './change-originator-config.component';
 | 
			
		||||
import { CommonRuleNodeConfigModule } from '../common/common-rule-node-config.module';
 | 
			
		||||
import { TransformScriptConfigComponent } from './script-config.component';
 | 
			
		||||
@ -26,7 +26,6 @@ import { RenameKeysConfigComponent } from './rename-keys-config.component';
 | 
			
		||||
import { NodeJsonPathConfigComponent } from './node-json-path-config.component';
 | 
			
		||||
import { DeleteKeysConfigComponent } from './delete-keys-config.component';
 | 
			
		||||
import { DeduplicationConfigComponent } from './deduplication-config.component';
 | 
			
		||||
import { ScriptConfigComponent } from '@home/components/rule-node/filter/script-config.component';
 | 
			
		||||
 | 
			
		||||
@NgModule({
 | 
			
		||||
  declarations: [
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user