File tree 3 files changed +0
-4
lines changed
tools/public_api_guard/material
3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ ng_module(
26
26
":icon-button_scss" ,
27
27
] + glob (["**/*.html" ]),
28
28
deps = [
29
- "//src/cdk/platform" ,
30
29
"//src/material/core" ,
31
30
],
32
31
)
Original file line number Diff line number Diff line change 7
7
*/
8
8
9
9
import { FocusMonitor , FocusOrigin } from '@angular/cdk/a11y' ;
10
- import { Platform } from '@angular/cdk/platform' ;
11
10
import {
12
11
AfterViewInit ,
13
12
ANIMATION_MODULE_TYPE ,
@@ -91,7 +90,6 @@ const HOST_SELECTOR_MDC_CLASS_PAIR: {attribute: string; mdcClasses: string[]}[]
91
90
@Directive ( )
92
91
export class MatButtonBase implements AfterViewInit , OnDestroy {
93
92
_elementRef = inject ( ElementRef ) ;
94
- _platform = inject ( Platform ) ;
95
93
_ngZone = inject ( NgZone ) ;
96
94
_animationMode = inject ( ANIMATION_MODULE_TYPE , { optional : true } ) ;
97
95
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import { MatRippleLoader } from '@angular/material/core';
14
14
import { NgZone } from ' @angular/core' ;
15
15
import { OnDestroy } from ' @angular/core' ;
16
16
import { OnInit } from ' @angular/core' ;
17
- import { Platform } from ' @angular/cdk/platform' ;
18
17
import { ThemePalette } from ' @angular/material/core' ;
19
18
20
19
// @public
You can’t perform that action at this time.
0 commit comments