Skip to content

Commit 6c472d2

Browse files
committed
fix(material-experimental/mdc-slider): code review changes
* try to resolve injection error that only throws on ci
1 parent 9dfcd13 commit 6c472d2

File tree

1 file changed

+2
-0
lines changed
  • src/material-experimental/mdc-slider

1 file changed

+2
-0
lines changed

src/material-experimental/mdc-slider/slider.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import {
2424
ElementRef,
2525
EventEmitter,
2626
Inject,
27+
Injectable,
2728
Input,
2829
NgZone,
2930
OnDestroy,
@@ -453,6 +454,7 @@ export class MatSliderThumb implements AfterViewInit, ControlValueAccessor {
453454

454455
// Boilerplate for applying mixins to MatSlider.
455456
/** @docs-private */
457+
@Injectable()
456458
class MatSliderBase {
457459
constructor(public _elementRef: ElementRef<HTMLElement>) {}
458460
}

0 commit comments

Comments
 (0)