Skip to content

Commit 0a2c2db

Browse files
committed
perf(material/button): Remove unused inject.
1 parent 5142268 commit 0a2c2db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/material/button/button-base.ts

-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ const HOST_SELECTOR_MDC_CLASS_PAIR: {attribute: string; mdcClasses: string[]}[]
9191
@Directive()
9292
export class MatButtonBase implements AfterViewInit, OnDestroy {
9393
_elementRef = inject(ElementRef);
94-
_platform = inject(Platform);
9594
_ngZone = inject(NgZone);
9695
_animationMode = inject(ANIMATION_MODULE_TYPE, {optional: true});
9796

0 commit comments

Comments
 (0)