0"
[class.with-breadcrumb]="breadCrumbArray.length > 1"
>
{{
file?.sort_name
}}
{{ file?.original_filename.split(".")[0] }}
{{
(file?.doc_utc ?? file?.doc) * 1000
| changeTimezone
| date : "dd MMM yyyy"
}}
{{
(file?.doc_utc ?? file?.doc) * 1000
| changeTimezone
| date : "h:mm a"
}}