Skip to content

Commit

Permalink
perf(material/button): Remove unused inject.
Browse files Browse the repository at this point in the history
  • Loading branch information
kseamon committed Jan 13, 2025
1 parent 5142268 commit 0a2c2db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/material/button/button-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ const HOST_SELECTOR_MDC_CLASS_PAIR: {attribute: string; mdcClasses: string[]}[]
@Directive()
export class MatButtonBase implements AfterViewInit, OnDestroy {
_elementRef = inject(ElementRef);
_platform = inject(Platform);
_ngZone = inject(NgZone);
_animationMode = inject(ANIMATION_MODULE_TYPE, {optional: true});

Expand Down

0 comments on commit 0a2c2db

Please sign in to comment.