19.1.0 • Published 3 months ago
@studiohyperdrive/ngx-i18n v19.1.0
Angular Tools: NgxI18n (@studiohyperdrive/ngx-i18n
)
This library provides a lazy-loaded modular approach to translations.
Installation
Install the package first:
npm install @studiohyperdrive/ngx-i18n
Versioning and build information
This package will follow a semver-like format, major.minor.patch
, in which:
major
: Follows the Angular major versionminor
: Introduces new features and (potential) breaking changespatch
: Introduces bugfixes and minor non-breaking changes
For more information about the build process, authors, contributions and issues, we refer to the hyperdrive-opensource repository.
Concept
ngx-1i8n
is a layer on top of ngx-translate
that allows for a lazy-loaded modular approach to translations. This approach allows the user to split up the translations into several independent files, which can be lazy-loaded whenever they're needed.
Documentation
To find more information regarding this package, we refer to our documentation platform.