如果您从firebase获得格式为Date的字段,则必须在管道之前使用toDate()进行转换,例如:
{{paciente.data_nascimento.toDate() | date: 'dd/MM/yyyy'}}