<< Click to Display Table of Contents >> Navigation: Technical Documentation > OpenAir SDK > Project structure |
The OpenAir code has several elements. Each element is contained in a directory with its name including 4 files: a .css for the stylesheet, a .html for the display template, a .ts for the code angular / javascript and finally a .spec.ts for the tests.
The component-factory element is the heart of the dynamic loading and comprises six containers (maximum number of AirDDO tracks).
It is controlled by the app.component.ts file, which is responsible for linking the communication layer to the interface elements.
In addition to these different elements, the project uses the SignalR library as well as JQuery.
See the README.md file for more information on how to load and run the Angular project, and how to compile and deploy it.