Welcome to the documentation for ngx-translate and the @codeandweb/ngx-translate fork.
If you encounter any bugs or have suggestions for improving the documentation, feel free to contribute by submitting a pull request.
And yes—I'm using Starlight and React to document an Angular library... so what? 😄
For more detailed information, check out the ngx-translate website.
Below are the essential commands you'll need for working with this project. All commands are run from the root of the project in a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts a local dev server at localhost:4321 |
npm run build |
Builds your production site to ./dist/ |
npm run preview |
Previews your build locally before deploying |
npm run astro ... |
Runs CLI commands like astro add , astro check |
npm run astro -- --help |
Displays help for using the Astro CLI |