AMT Help Files

Application Frontend

Each Form is an Angular component which consists of a set of files. These are:

Screen layout elements

The layout elements, such as labels and editboxes, are also Angular components themselfs. They are added to the component.html file with parameters which link them to the application backend. The styling and location for each element is set in the component.scss file.

Labels

Editboxes