Skip to content

Commit 7ce623c

Browse files
committed
refactor(material/slider): set generic for the MAT_SLIDER token
cleanup related to angular/angular/pull/47461
1 parent ef8cff8 commit 7ce623c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/slider/slider-interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export enum _MatTickMark {
3030
* Used primarily to avoid circular imports.
3131
* @docs-private
3232
*/
33-
export const MAT_SLIDER = new InjectionToken<{}>('_MatSlider');
33+
export const MAT_SLIDER = new InjectionToken<_MatSlider>('_MatSlider');
3434

3535
/**
3636
* Injection token that can be used to query for a `MatSliderThumb`.

0 commit comments

Comments
 (0)