| 
						
						
							
								
							
						
						
					 | 
					@ -181,15 +181,15 @@ export class GfHoldingDetailDialogComponent implements OnDestroy, OnInit { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					  } | 
					 | 
					 | 
					  } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					  public ngOnInit() { | 
					 | 
					 | 
					  public ngOnInit() { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    this.holdingForm = this.formBuilder.group({ | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      tags: [] as string[] | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    }); | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    const filters: Filter[] = [ | 
					 | 
					 | 
					    const filters: Filter[] = [ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      { id: this.data.dataSource, type: 'DATA_SOURCE' }, | 
					 | 
					 | 
					      { id: this.data.dataSource, type: 'DATA_SOURCE' }, | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      { id: this.data.symbol, type: 'SYMBOL' } | 
					 | 
					 | 
					      { id: this.data.symbol, type: 'SYMBOL' } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    ]; | 
					 | 
					 | 
					    ]; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					    this.holdingForm = this.formBuilder.group({ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					      tags: [] as string[] | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					    }); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    this.holdingForm | 
					 | 
					 | 
					    this.holdingForm | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      .get('tags') | 
					 | 
					 | 
					      .get('tags') | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      .valueChanges.pipe(takeUntil(this.unsubscribeSubject)) | 
					 | 
					 | 
					      .valueChanges.pipe(takeUntil(this.unsubscribeSubject)) | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |