Skip to content

refactor(admin): prepare application for migration to the new angular control-flow

Bc. Jakub Hejda requested to merge hejda/prepare_control_flow_migration into main
  • Use # identifiers (like #spinner) uniquely in the template (just for the one element).
  • Object for iteration should be defined first in the ngFor (move for example the definition of the index in this directive).

Merge request reports