LibI18n
On a newly pulled codebase install the application
npm install
Bump the library project version
cd ./projects/lib-i18n/;
npm version patch;
cd ../../;
Build the library
npm run package;
Sync the workspace version to the library project one
ng-version-sync-parent;
Publish the library
npm publish ./dist/lib-i18n/stephaneeybert-lib-i18n-
Install the dependencies in the client application
npm install @ngx-translate/core --save-dev
npm install @ngx-translate/http-loader --save-dev
npm install @stephaneeybert/lib-i18n@latest
Serve again the client application
Ctrl+C
ng serve
On this page
Languages
TypeScript74.2%JavaScript25.8%
Contributors
Other
Created March 26, 2020
Updated October 27, 2024