diff options
Diffstat (limited to 'vid-webpack-master/src/app/shared/components/customIcon/custom-icon.component.html')
-rw-r--r-- | vid-webpack-master/src/app/shared/components/customIcon/custom-icon.component.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vid-webpack-master/src/app/shared/components/customIcon/custom-icon.component.html b/vid-webpack-master/src/app/shared/components/customIcon/custom-icon.component.html new file mode 100644 index 000000000..0ac56d2d2 --- /dev/null +++ b/vid-webpack-master/src/app/shared/components/customIcon/custom-icon.component.html @@ -0,0 +1,2 @@ +<div [ngClass]="classes" [attr.disabled]="disabled || undefined" [innerHtml]="svgIconContentSafeHtml" + [attr.data-tests-id]="testId"></div> |