https://github.com/codeandweb/ngx-translate-demo
Simple project demonstrating ngx-translate
https://github.com/codeandweb/ngx-translate-demo
Last synced: over 1 year ago
JSON representation
Simple project demonstrating ngx-translate
- Host: GitHub
- URL: https://github.com/codeandweb/ngx-translate-demo
- Owner: CodeAndWeb
- Created: 2018-03-26T17:39:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T17:25:57.000Z (over 1 year ago)
- Last Synced: 2024-10-12T08:21:00.176Z (over 1 year ago)
- Language: TypeScript
- Size: 2.15 MB
- Stars: 26
- Watchers: 3
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to translate your Angular application
Simple 3 demo projects for Angular and ngx-translate.
- **ngx-translate-demo-standalone** - uses standalone components
- **ngx-translate-demo-standalone** - uses standalone modules and the ngx-translate-messageformat-compiler plugin to use ICU formatted translation messages
- **ngx-translate-demo-ngmodules** - uses ngModules (app.module.ts)
Read the tutorial [How to translate your Angular app with ngx-translate](https://www.codeandweb.com/babeledit/tutorials/how-to-translate-your-angular-app-with-ngx-translate) for more information about how to use ngx-translate, ngx-translate-extract and BabelEdit.
The repository also contains demo projects working with Angular 19.
The demo is also available for older Angular versions from 5-18: Please check the branches.
Tutorials for the older version of Angular:
* [How to translate your Angular 8-16 app with ngx-translate](http://localhost:8000/babeledit/tutorials/how-to-translate-your-angular8-16-app-with-ngx-translate)
* [How to translate your Angular 7 app with ngx-translate](https://www.codeandweb.cawwork/babeledit/tutorials/how-to-translate-your-angular7-app-with-ngx-translate)
* [How to translate your Angular 5/6 app with ngx-translate](https://www.codeandweb.cawwork/babeledit/tutorials/how-to-translate-your-angular6-app-with-ngx-translate)