Skip to content

Commit 5c8a857

Browse files
fixup! refactor(cdk/schematics): change usages of whitelist in selector interfaces to fileTypeFilter
Co-authored-by: Paul Gschwendtner <paulgschwendtner@gmail.com>
1 parent 0375bfd commit 5c8a857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/schematics/ng-update/update-schematic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export const propertyNames: VersionChanges<MaterialPropertyNameData> = {
132132
{
133133
replace: 'color',
134134
replaceWith: 'newColor',
135-
fileTypeFilter: {
135+
limitedTo: {
136136
classes: ['MatRipple']
137137
}
138138
}

0 commit comments

Comments
 (0)