An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# How to translate your Angular application


Tutorial Image

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)