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 | @Directive({  // Directive for template and input values | ||||||
|   // Tslint:disable-next-line:directive-selector |   // tslint:disable-next-line:directive-selector | ||||||
|   selector: '[rbArrayInputItem]' |   selector: '[rbArrayInputItem]' | ||||||
| }) | }) | ||||||
| export class RbArrayInputItemDirective { | export class RbArrayInputItemDirective { | ||||||
| @@ -24,7 +24,7 @@ export class RbArrayInputItemDirective { | |||||||
| } | } | ||||||
|  |  | ||||||
| @Directive({  // Directive for change detection | @Directive({  // Directive for change detection | ||||||
|   // Tslint:disable-next-line:directive-selector |   // tslint:disable-next-line:directive-selector | ||||||
|   selector: '[rbArrayInputListener]' |   selector: '[rbArrayInputListener]' | ||||||
| }) | }) | ||||||
| export class RbArrayInputListenerDirective { | export class RbArrayInputListenerDirective { | ||||||
| @@ -44,7 +44,7 @@ export class RbArrayInputListenerDirective { | |||||||
|  |  | ||||||
|  |  | ||||||
| @Component({ | @Component({ | ||||||
|   // Tslint:disable-next-line:component-selector |   // tslint:disable-next-line:component-selector | ||||||
|   selector: 'rb-array-input', |   selector: 'rb-array-input', | ||||||
|   templateUrl: './rb-array-input.component.html', |   templateUrl: './rb-array-input.component.html', | ||||||
|   styleUrls: ['./rb-array-input.component.scss'], |   styleUrls: ['./rb-array-input.component.scss'], | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ import {Component, Input, OnInit} from '@angular/core'; | |||||||
|  |  | ||||||
|  |  | ||||||
| @Component({ | @Component({ | ||||||
|   // Tslint:disable-next-line:component-selector |   // tslint:disable-next-line:component-selector | ||||||
|   selector: 'rb-icon-button', |   selector: 'rb-icon-button', | ||||||
|   templateUrl: './rb-icon-button.component.html', |   templateUrl: './rb-icon-button.component.html', | ||||||
|   styleUrls: ['./rb-icon-button.component.scss'] |   styleUrls: ['./rb-icon-button.component.scss'] | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| import {Component, Input, OnInit} from '@angular/core'; | import {Component, Input, OnInit} from '@angular/core'; | ||||||
|  |  | ||||||
| @Component({ | @Component({ | ||||||
|   // Tslint:disable-next-line:component-selector |   // tslint:disable-next-line:component-selector | ||||||
|   selector: 'rb-table', |   selector: 'rb-table', | ||||||
|   templateUrl: './rb-table.component.html', |   templateUrl: './rb-table.component.html', | ||||||
|   styleUrls: ['./rb-table.component.scss'] |   styleUrls: ['./rb-table.component.scss'] | ||||||
|   | |||||||
| @@ -13,4 +13,4 @@ export const environment = { | |||||||
|  * This import should be commented out in production mode because it will have a negative impact |  * This import should be commented out in production mode because it will have a negative impact | ||||||
|  * on performance if an error is thrown. |  * on performance if an error is thrown. | ||||||
|  */ |  */ | ||||||
| // Import 'zone.js/dist/zone-error';  // Included with Angular CLI. | // import 'zone.js/dist/zone-error';  // Included with Angular CLI. | ||||||
|   | |||||||
| @@ -19,14 +19,14 @@ | |||||||
|  */ |  */ | ||||||
|  |  | ||||||
| /** IE10 and IE11 requires the following for NgClass support on SVG elements */ | /** IE10 and IE11 requires the following for NgClass support on SVG elements */ | ||||||
| // Import 'classlist.js';  // Run `npm install --save classlist.js`. | // import 'classlist.js';  // Run `npm install --save classlist.js`. | ||||||
|  |  | ||||||
| /** | /** | ||||||
|  * Web Animations `@angular/platform-browser/animations` |  * Web Animations `@angular/platform-browser/animations` | ||||||
|  * Only required if AnimationBuilder is used within the application and using IE/Edge or Safari. |  * Only required if AnimationBuilder is used within the application and using IE/Edge or Safari. | ||||||
|  * Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0). |  * Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0). | ||||||
|  */ |  */ | ||||||
| // Import 'web-animations-js';  // Run `npm install --save web-animations-js`. | // import 'web-animations-js';  // Run `npm install --save web-animations-js`. | ||||||
|  |  | ||||||
| /** | /** | ||||||
|  * By default, zone.js will patch all possible macroTask and DomEvents |  * By default, zone.js will patch all possible macroTask and DomEvents | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user