Skip to content

Commit bf1d868

Browse files
committed
fix lint and update mdc version
1 parent 94ef838 commit bf1d868

File tree

3 files changed

+532
-531
lines changed

3 files changed

+532
-531
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/youtube": "^0.0.38",
6060
"@webcomponents/custom-elements": "^1.1.0",
6161
"core-js": "^2.6.9",
62-
"material-components-web": "7.0.0-canary.047e6b337.0",
62+
"material-components-web": "7.0.0-canary.610c68d97.0",
6363
"rxjs": "^6.5.3",
6464
"systemjs": "0.19.43",
6565
"tslib": "^1.10.0",

src/material-experimental/mdc-chips/chip-icons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
import {BooleanInput} from '@angular/cdk/coercion';
10-
import {ChangeDetectorRef, Directive, ElementRef, OnDestroy,} from '@angular/core';
10+
import {ChangeDetectorRef, Directive, ElementRef, OnDestroy} from '@angular/core';
1111
import {
1212
CanDisable,
1313
CanDisableCtor,

0 commit comments

Comments
 (0)