has been added inside tsconfig.json. Due to esModuleInterop": true the bodybuilder import had to be updated from import * as bodyBuilder from 'bodybuilder' to import bodyBuilder from 'bodybuilder'.
The background image is set as soon as the home-page loads.
59 : using predefined images for home-background
Using 25 existing images (URL) which are loaded from a json config file. To be able to load data from a json file the parameters
has been added inside tsconfig.json. Due to
esModuleInterop": true
the bodybuilder import had to be updated fromimport * as bodyBuilder from 'bodybuilder'
toimport bodyBuilder from 'bodybuilder'
.The background image is set as soon as the home-page loads.