Files
wger/angular
Roland Geider 83d82282fb Make angular tests pass
They don't actually do anything, but at least this can serve as a smoke test
2021-07-19 14:55:03 +02:00
..
2021-07-04 11:30:54 +02:00
2021-07-19 14:55:03 +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-04 11:30:54 +02:00
2021-07-09 16:18:35 +02:00
2021-07-04 11:30:54 +02:00
2021-07-09 16:18:35 +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 --watch --output-hashing none

i18n

ng extract-i18n --output-path src/locale/

Updating angular

Update angular to a new version with

ng update @angular/core @angular/cli