mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
648 B
648 B
Mime Type Icon pipe
Retrieves an icon to represent a MIME type.
Basic Usage
<div>
<img src='{{ "image/jpeg" | adfMimeTypeIcon }}' />
</div>
Details
The pipe takes a MIME type as input and returns the URL of an SVG file that symbolizes that type (see the Thumbnail service for the mapping between types and icons). The pipe will return a "miscellaneous" icon when no specific mapping is defined.