而不是只跟踪一个加载指标尝试使用如下数组:
private identificadorLoading: string[] = [];
….
testaLoadingExclusao(identificador, index){
this.loading = true;
this.identificadorLoading.push(identificador);
}
在你的HTML中:
{{notificacao.marketplace}}
{{notificacao.data_entrada | date:’dd/MM/yyyy’}}
{{notificacao.data_entrada | date:’shortTime’}}
{{notificacao.mensagem}}
</code>