Skip to content

Commit fda57f8

Browse files
authored
fix(divider): correct inset input target (#14586)
1 parent 1f753a2 commit fda57f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/directives/divider/divider.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export class IgxDividerDirective {
8383
* ```
8484
*/
8585
@HostBinding('style.--inset')
86+
@Input()
8687
public set inset(value: string) {
8788
this._inset = value;
8889
}
@@ -105,7 +106,6 @@ export class IgxDividerDirective {
105106
* <igx-divider inset="16px"></igx-divider>
106107
* ```
107108
*/
108-
@Input('inset')
109109
private _inset = '0';
110110

111111
/**

0 commit comments

Comments
 (0)