cIcon directive change name binding not refresh icon in angular 17
Closed this issue · 2 comments
ProDInfo commented
Bug reports must include:
- Operating system and version Windows 11
- Browser and version: Edge 123.0.2420.81
The code work on angular 16 and core UI 4.7 but upgrade to angular 17 no work, only load the first time but update the variable icon no refresh:
<button cButton cDropdownToggle class="px-2">
<svg cIcon [name]="icon"></svg>
</button>`