Files
wger/angular
João Goulart 7551d58e47 Translated using Weblate (Portuguese)
Currently translated at 2.3% (1 of 42 strings)

Translation: wger Workout Manager/Web App (frontend) - LEGACY - don't translate
Translate-URL: https://hosted.weblate.org/projects/wger/web-frontend/pt/
2022-01-26 13:56:41 +01:00
..
2021-07-04 11:30:54 +02:00
2022-01-26 13:56:41 +01:00
2021-07-04 11:30:54 +02:00
2021-07-04 11:30:54 +02:00
2021-07-04 11:30:54 +02:00
2021-07-04 11:30:54 +02:00
2021-07-19 15:09:14 +02:00
2021-07-31 00:42:45 +02:00
2021-07-04 11:30:54 +02:00
2021-07-04 11:30:54 +02:00
2021-07-04 11:30:54 +02:00

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