This repo contain an example of Angular Translation app
Learn how to translate in the backend and frontend in different languages
Do you want to make a multi-language site and you don't know which framework to choose? No worries this repo will show you how to achieve your goal with all the frameworks.
This is a repo that will help you learn how the Angular can be used to make an international site.
This app example will have all the techniques to translate text in the backend, frontend and also translating text in the frontend that is returned from the backend.
The link for example
git clone https://github.com/livetoworldlife/Angular_Translations_i18n
cd backend
npm install
node index.js
cd angular-translations-app
npm install
ng serve
Go to
http://localhost:4200/
👤 LiveToWorldLife
- Github: livetoworldlife
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2020 LiveToWorldLife.
This project is MIT licensed.