Fix commented out code
This commit is contained in:
		@@ -15,7 +15,7 @@ import {ArrayInputHelperService} from './array-input-helper.service';
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@Directive({  // Directive for template and input values
 | 
			
		||||
  // Tslint:disable-next-line:directive-selector
 | 
			
		||||
  // tslint:disable-next-line:directive-selector
 | 
			
		||||
  selector: '[rbArrayInputItem]'
 | 
			
		||||
})
 | 
			
		||||
export class RbArrayInputItemDirective {
 | 
			
		||||
@@ -24,7 +24,7 @@ export class RbArrayInputItemDirective {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@Directive({  // Directive for change detection
 | 
			
		||||
  // Tslint:disable-next-line:directive-selector
 | 
			
		||||
  // tslint:disable-next-line:directive-selector
 | 
			
		||||
  selector: '[rbArrayInputListener]'
 | 
			
		||||
})
 | 
			
		||||
export class RbArrayInputListenerDirective {
 | 
			
		||||
@@ -44,7 +44,7 @@ export class RbArrayInputListenerDirective {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@Component({
 | 
			
		||||
  // Tslint:disable-next-line:component-selector
 | 
			
		||||
  // tslint:disable-next-line:component-selector
 | 
			
		||||
  selector: 'rb-array-input',
 | 
			
		||||
  templateUrl: './rb-array-input.component.html',
 | 
			
		||||
  styleUrls: ['./rb-array-input.component.scss'],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user