@@ -16,6 +16,7 @@ import { HighContrastModeDetector } from '@angular/cdk/a11y';
1616import * as i0 from ' @angular/core' ;
1717import * as i1 from ' @angular/cdk/bidi' ;
1818import { InjectionToken } from ' @angular/core' ;
19+ import { Injector } from ' @angular/core' ;
1920import { NgControl } from ' @angular/forms' ;
2021import { NgForm } from ' @angular/forms' ;
2122import { NgZone } from ' @angular/core' ;
@@ -372,7 +373,7 @@ export type MatPseudoCheckboxState = 'unchecked' | 'checked' | 'indeterminate';
372373
373374// @public (undocumented)
374375export class MatRipple implements OnInit , OnDestroy , RippleTarget {
375- constructor (_elementRef : ElementRef <HTMLElement >, ngZone : NgZone , platform : Platform , globalOptions ? : RippleGlobalOptions , _animationMode ? : string | undefined );
376+ constructor (_elementRef : ElementRef <HTMLElement >, ngZone : NgZone , platform : Platform , globalOptions ? : RippleGlobalOptions , _animationMode ? : string | undefined , injector ? : Injector );
376377 animation: RippleAnimationConfig ;
377378 centered: boolean ;
378379 color: string ;
@@ -396,7 +397,7 @@ export class MatRipple implements OnInit, OnDestroy, RippleTarget {
396397 // (undocumented)
397398 static ɵdir: i0 .ɵɵDirectiveDeclaration <MatRipple , " [mat-ripple], [matRipple]" , [" matRipple" ], { " color" : { " alias" : " matRippleColor" ; " required" : false ; }; " unbounded" : { " alias" : " matRippleUnbounded" ; " required" : false ; }; " centered" : { " alias" : " matRippleCentered" ; " required" : false ; }; " radius" : { " alias" : " matRippleRadius" ; " required" : false ; }; " animation" : { " alias" : " matRippleAnimation" ; " required" : false ; }; " disabled" : { " alias" : " matRippleDisabled" ; " required" : false ; }; " trigger" : { " alias" : " matRippleTrigger" ; " required" : false ; }; }, {}, never , never , true , never >;
398399 // (undocumented)
399- static ɵfac: i0 .ɵɵFactoryDeclaration <MatRipple , [null , null , null , { optional: true ; }, { optional: true ; }]>;
400+ static ɵfac: i0 .ɵɵFactoryDeclaration <MatRipple , [null , null , null , { optional: true ; }, { optional: true ; }, null ]>;
400401}
401402
402403// @public
@@ -557,7 +558,7 @@ export class RippleRef {
557558
558559// @public
559560export class RippleRenderer implements EventListenerObject {
560- constructor (_target : RippleTarget , _ngZone : NgZone , elementOrElementRef : HTMLElement | ElementRef <HTMLElement >, _platform : Platform );
561+ constructor (_target : RippleTarget , _ngZone : NgZone , elementOrElementRef : HTMLElement | ElementRef <HTMLElement >, _platform : Platform , injector ? : Injector );
561562 fadeInRipple(x : number , y : number , config ? : RippleConfig ): RippleRef ;
562563 fadeOutAll(): void ;
563564 fadeOutAllNonPersistent(): void ;
0 commit comments