https://github.com/tolgee/ngx-example
Example application using Tolgee Angular integration
https://github.com/tolgee/ngx-example
Last synced: 3 months ago
JSON representation
Example application using Tolgee Angular integration
- Host: GitHub
- URL: https://github.com/tolgee/ngx-example
- Owner: tolgee
- Created: 2020-11-05T21:11:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-19T14:28:56.000Z (12 months ago)
- Last Synced: 2025-06-19T15:30:23.893Z (12 months ago)
- Language: TypeScript
- Homepage: https://tolgee.io
- Size: 5.3 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
🚨🚨🚨 This repo is just a dummy 🚨🚨🚨
Submit issues in the
monorepo
or
check the source code here.
# Example application of using Angular with Tolgee
[
](https://tolgee.io)
To learn more about Tolgee, visit [https://tolgee.io](https://tolgee.io).
## The Docs
[Read more about using Tolgee with Angular in the docs.](https://tolgee.io/js-sdk/integrations/angular/installation)
## To run the app in dev mode
To install dependencies, run:
npm install
To run the app in dev mode with in-context translating mode:
1. Create a project on [Tolgee Cloud](https://app.tolgee.io) or use
self-hosted [Tolgee Server](https://github.com/tolgee/server).
2. Generate an API-KEY
3. Copy file `projects/sampleapp/src/environments/environment.ts` to `projects/sampleapp/src/environments/environment.stage.ts`
4. Set `apiKey` to API key obtained in previous step
5. Run `npm run start`
6. Have fun
## To run the app in production mode
To build the app for production run:
npm run build
Static website will be generated. To start local server with build app, run:
npm run serve
---
This repository is automatically re-published from [Tolgee JS monorepo](https://github.com/tolgee/tolgee-js).