mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Currently translated at 83.3% (35 of 42 strings) Translation: wger Workout Manager/Web App (frontend) Translate-URL: https://hosted.weblate.org/projects/wger/web-frontend/ru/
Angular files for wger
This folder contains the angular components used in the wger application.
Installation
Note that installing angular is only needed during development of angular code,
the compiled javascript is in core/static/angular.
Compile angular code, in wger root folder:
yarn build:angular
or in this folder:
ng build --configuration production \
--output-path ../wger/core/static/angular \
--output-hashing none \
--localize
i18n
ng extract-i18n --output-path src/locale/
Updating angular
Update angular to a new version with
ng update @angular/core @angular/cli