Provides components and services to simplify internationalization (i18n) in Angular Material applications. It offers components for language selection and utilities to localize Material components like Datepicker, Paginator and Stepper. This package aims to streamline the process of adapting your Angular Material UI to different languages.
Add the package to your workspace:
yarn add @rxap/ngx-material-localize
Install peer dependencies:
yarn add @angular/common @angular/core @angular/forms @angular/material @rxap/directives @rxap/ngx-localize rxjs
Execute the init generator:
yarn nx g @rxap/ngx-material-localize:init
Initialize the package in the workspace
nx g @rxap/ngx-material-localize:init