You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
Is your feature request related to a problem? Please describe.
I wanted to use svgIcon previously declared within mdc-tab but this seens unsupported.
svg Icon was declared like this:
constructor(
public iconRegistry: MdcIconRegistry,
public sanitizer: DomSanitizer
) {
iconRegistry.addSvgIcon('custom', sanitizer.bypassSecurityTrustResourceUrl('/assets/images/custom.svg'));
}
Describe the solution you'd like
I would like to be able to use svgIcon like this:
Is your feature request related to a problem? Please describe.
I wanted to use svgIcon previously declared within mdc-tab but this seens unsupported.
svg Icon was declared like this:
Describe the solution you'd like
I would like to be able to use svgIcon like this:
Describe alternatives you've considered
Not using svgIcon
Additional context
None
The text was updated successfully, but these errors were encountered: