You can translate 'Previous' and 'Next' using i18n-attribute like:
<pagination-controls (pageChange)="PageChanged($event)" i18n-previousLabel= "previousLabeltag" previousLabel="Previous" i18n-nextLabel="nextLabeltag" nextLabel="Next"></pagination-controls>