This project was generated with Angular CLI version 11.1.2.
The sample application needs the following packages:
- Transifex Native Javascript SDK (@transifex/native)
- Transifex Native Angular SDK (@transifex/angular)
If @transifex/angular is under development, you can install it with the command:
npm install file:../tx-angular-native-sdk/dist/tx-angular-native-sdk/transifex-angular-0.0.1.tgz
You need a "reasonably recent" version of node/npm to run this application.
In order to get started, you can run:
# Will install all packages listed in package.json
npm install
# Will run the 'start' script from package.json, which compiles the application
# and starts a development server
npm run start
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Change the languages using the language picker and see the translations being rendered in real time.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.