Loading

<< Click to Display Table of Contents >>

Navigation:  Technical Documentation > OpenAir SDK > Iinitialization >

Loading

Through the .angular-cli.json file, the angular server loads the index.html file.

The instantiation of main.ts and app.module.ts is done immediately then the file app.component.ts, central point of the program, is executed.

Its template contains the ddo-choice component allowing to choose an AirDDO as well as component-factory, container of tracks.

It also instantiates the OnAirService class.

OnAirService brings together the methods of AirDDOMonitorServer that communicate with the AirDDO ServiceAPI.

This last class is described in the file airDDOMonitor.js