Skip to content
Snippets Groups Projects
Commit 75f27d3c authored by Maël AUDEON's avatar Maël AUDEON
Browse files

[FIX TRTL-236] Disable tslint false positives

parent b9e8835c
No related branches found
No related tags found
1 merge request!1Feature/design/1
...@@ -4,6 +4,7 @@ import {ThemeService} from 'ui-frontend-common'; ...@@ -4,6 +4,7 @@ import {ThemeService} from 'ui-frontend-common';
export const THEME_COLORS_INPUT_ACCESSOR = { export const THEME_COLORS_INPUT_ACCESSOR = {
provide: NG_VALUE_ACCESSOR, provide: NG_VALUE_ACCESSOR,
/* tslint:disable-next-line: no-use-before-declare */
useExisting: forwardRef(() => CustomerColorsInputComponent), useExisting: forwardRef(() => CustomerColorsInputComponent),
multi: true multi: true
}; };
......
...@@ -4,6 +4,7 @@ import {ColorPickerDirective} from 'ngx-color-picker'; ...@@ -4,6 +4,7 @@ import {ColorPickerDirective} from 'ngx-color-picker';
export const COLOR_INPUT_ACCESSOR: any = { export const COLOR_INPUT_ACCESSOR: any = {
provide: NG_VALUE_ACCESSOR, provide: NG_VALUE_ACCESSOR,
/* tslint:disable-next-line: no-use-before-declare */
useExisting: forwardRef(() => InputColorComponent), useExisting: forwardRef(() => InputColorComponent),
multi: true multi: true
}; };
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment