Skip to content

Commit 6e8062b

Browse files
committed
fix(radio-group): changing vertical to protected from private
1 parent d9e657e commit 6e8062b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/radio/src/radio/radio-group/radio-group.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export class IgxRadioGroupDirective implements ControlValueAccessor, OnDestroy,
217217
* ```
218218
*/
219219
@HostBinding('class.igx-radio-group--vertical')
220-
private vertical = false;
220+
protected vertical = false;
221221

222222
/**
223223
* A css class applied to the component if any of the

0 commit comments

Comments
 (0)