Skip to content

Commit c99c2ab

Browse files
committed
refactor(button): remove unused declaration
1 parent 2c59f52 commit c99c2ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/igniteui-angular/src/lib/directives/button/button-base.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export const IgxBaseButtonType = {
2222
@Directive()
2323
export abstract class IgxButtonBaseDirective {
2424
private _platformUtil = inject(PlatformUtil);
25-
private _elementRef = inject(ElementRef);
2625

2726
/**
2827
* Emitted when the button is clicked.

0 commit comments

Comments
 (0)