@@ -25,11 +25,11 @@ <h1 class="showcase__title">Angular</h1>
2525 }
2626
2727 < input
28- formControlName ="field "
29- [type] ="getNativeInputType() "
30- [attr.placeholder] ="getPlaceholder() "
31- [readOnly] ="isReadonly() "
32- igxInput
28+ formControlName ="field "
29+ [type] ="getNativeInputType() "
30+ [attr.placeholder] ="getPlaceholder() "
31+ [readOnly] ="isReadonly() "
32+ igxInput
3333 />
3434
3535 @if (hideSuffix()) {
@@ -56,10 +56,10 @@ <h1 class="showcase__title">Angular</h1>
5656 < igx-icon igxPrefix > face</ igx-icon >
5757 }
5858 < textarea
59- formControlName ="fieldTextarea "
60- [attr.placeholder] ="getPlaceholder() "
61- [readOnly] ="isReadonly() "
62- igxInput >
59+ formControlName ="fieldTextarea "
60+ [attr.placeholder] ="getPlaceholder() "
61+ [readOnly] ="isReadonly() "
62+ igxInput >
6363 </ textarea >
6464
6565 @if (hideSuffix()) {
@@ -144,12 +144,12 @@ <h1 class="showcase__title">Angular</h1>
144144 }
145145
146146 < input
147- id ="file-in "
148- formControlName ="fieldFile "
149- [required] ="isRequired() "
150- [type] ="'file' "
151- [readOnly] ="isReadonly() "
152- igxInput
147+ id ="file-in "
148+ formControlName ="fieldFile "
149+ [required] ="isRequired() "
150+ [type] ="'file' "
151+ [readOnly] ="isReadonly() "
152+ igxInput
153153 />
154154
155155 @if (hideSuffix()) {
@@ -242,12 +242,12 @@ <h1 class="showcase__title">Web components</h1>
242242 </ igc-textarea >
243243
244244 < igc-select
245- [required] ="isRequired() "
246- [attr.placeholder] ="getPlaceholder() "
247- [label] ="getLabel() "
248- [disabled] ="isDisabled() "
249- [outlined] ="isOutlined() "
250- [style.--ig-size] ="getSize() ">
245+ [required] ="isRequired() "
246+ [attr.placeholder] ="getPlaceholder() "
247+ [label] ="getLabel() "
248+ [disabled] ="isDisabled() "
249+ [outlined] ="isOutlined() "
250+ [style.--ig-size] ="getSize() ">
251251
252252 @if (hidePrefix()) {
253253 < igc-icon slot ="prefix " name ="face "> </ igc-icon >
@@ -276,13 +276,13 @@ <h1 class="showcase__title">Web components</h1>
276276
277277
278278 < igc-file-input
279- [style.--ig-size] ="getSize() "
280- [label] ="getLabel() "
281- [required] ="isRequired() "
282- [disabled] ="isDisabled() "
283- [readOnly] ="isReadonly() "
284- [attr.value] ="getValue() "
285- [outlined] ="isOutlined() ">
279+ [style.--ig-size] ="getSize() "
280+ [label] ="getLabel() "
281+ [required] ="isRequired() "
282+ [disabled] ="isDisabled() "
283+ [readOnly] ="isReadonly() "
284+ [attr.value] ="getValue() "
285+ [outlined] ="isOutlined() ">
286286 @if (hidePrefix()) {
287287 < igc-icon slot ="prefix " name ="face "> </ igc-icon >
288288 }
0 commit comments