-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
components/src/material/icon/icon.ts
Line 256 in 65e9ad1
} else if (svgIconChanges.previousValue) { |
Because previousValue
is accessible on the SimpleChanges
event object rather than the svgIconChanges
that is obtained from changes['svgIcon']
, the line
components/src/material/icon/icon.ts
Line 256 in 65e9ad1
} else if (svgIconChanges.previousValue) { |
Please confirm is it an intended design or just a bug ?
If it is a bug, would it be a necessity to update testing cases in spec files to reflect this corresponding conditional branch ?
Metadata
Metadata
Assignees
Labels
No labels