alfresco-ng2-components/docs/mime-type-icon.pipe.md
Andy Stark 4752f3b73e [ADF-2334] Added version and status metadata to doc files (#2974)
* [ADF-2334] Added version and status metadata to doc files

* [ADF-2334] Tidier looking metadata for guide pages
2018-02-22 09:34:21 +00:00

545 B

Added, Status
Added Status
v2.0.0 Active

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.

See also