@@ -16,6 +16,7 @@ import { HighContrastModeDetector } from '@angular/cdk/a11y';
16
16
import * as i0 from ' @angular/core' ;
17
17
import * as i1 from ' @angular/cdk/bidi' ;
18
18
import { InjectionToken } from ' @angular/core' ;
19
+ import { Injector } from ' @angular/core' ;
19
20
import { NgControl } from ' @angular/forms' ;
20
21
import { NgForm } from ' @angular/forms' ;
21
22
import { NgZone } from ' @angular/core' ;
@@ -372,7 +373,7 @@ export type MatPseudoCheckboxState = 'unchecked' | 'checked' | 'indeterminate';
372
373
373
374
// @public (undocumented)
374
375
export 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 );
376
377
animation: RippleAnimationConfig ;
377
378
centered: boolean ;
378
379
color: string ;
@@ -396,7 +397,7 @@ export class MatRipple implements OnInit, OnDestroy, RippleTarget {
396
397
// (undocumented)
397
398
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 >;
398
399
// (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 ]>;
400
401
}
401
402
402
403
// @public
@@ -557,7 +558,7 @@ export class RippleRef {
557
558
558
559
// @public
559
560
export 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 );
561
562
fadeInRipple(x : number , y : number , config ? : RippleConfig ): RippleRef ;
562
563
fadeOutAll(): void ;
563
564
fadeOutAllNonPersistent(): void ;
0 commit comments