ngx-translate
'管道在'模式translate
中不起作用。ng-bootstrap
<div class="modal-header">
<h3 class="modal-title">
{{ 'MODAL.TITLE' | translate }}
</h3>
</div>
<div class="modal-body">
</div>
<div class="modal-footer">
<button class="btn btn-primary" type="button" (click)="activeModal.close('Close click')">
<span class="fa fa-remove"></span> {{ 'BUTTON.CLOSE' | translate }}
</button>
</div>