This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
mdc-icon and multiple fontIcons #280
Closed
Description
What Angular MDC version are you using?
0.5.3
What browser(s) is this bug affecting?
Chromium for certain
What OS are you using?
Debian stretch
What are the steps to reproduce the bug?
Attempt to use a size modifier on a FontAwesome <mdc-icon>
such as <mdc-icon fontSet="fa" fontIcon="fa-2x fa-map">
What is the expected behavior?
A larger-sized map icon.
What is the actual behavior?
Nothing is displayed inside the <mdc-icon>
.
Any other information you believe would be useful?
Inverting the order of the classes has no effect.
Multiple fontIcon
s each with one class doesn't work either.
Binding to an array such as [fontIcon]="['fa-map', 'fa-2x']"
doesn't work either.