refactor(admin): prepare application for migration to the new angular control-flow
- 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).