mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix icon clashes in adf-icon (#4258)
This commit is contained in:
committed by
Eugenio Romano
parent
f00fd1ad01
commit
3a5fe3fb92
@@ -71,10 +71,11 @@ In the HTML, you can now use the icon as shown below:
|
||||
|
||||
### Thumbnail Service
|
||||
|
||||
You can also use icons registered with the [Thumbnail Service](thumbnail.service.md):
|
||||
You can also reference the icons registered with the [Thumbnail Service](thumbnail.service.md)
|
||||
by utilising the `adf:` namespace.
|
||||
|
||||
```html
|
||||
<adf-icon value="image/gif"></adf-icon>
|
||||
<adf-icon value="adf:image/gif"></adf-icon>
|
||||
```
|
||||
|
||||
## See also
|
||||
|
Reference in New Issue
Block a user