Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f2206f5

Browse files
committedJan 3, 2025
refactor(input-group): cleanup
1 parent c7f692a commit f2206f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎projects/coreui-angular/src/lib/form/input-group/input-group.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class InputGroupComponent {
99
/**
1010
* Size the component small or large.
1111
*/
12-
readonly sizing = input<string | 'sm' | 'lg' | ''>('');
12+
readonly sizing = input<string | 'sm' | 'lg' | ''>();
1313

1414
readonly hostClasses = computed(() => {
1515
const sizing = this.sizing();

0 commit comments

Comments
 (0)
Please sign in to comment.