This folder contains the angular components used in the wger application.
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
ng extract-i18n --output-path src/locale/
Update angular to a new version with
ng update @angular/core @angular/cli