I am consuming an api that generates a complete structure of html, the problem is that after the html arrives, no ngbootstrap script works like datepicker, checkbox-customs, dropdown, etc. The same thing happens with any type of library and they load before the data arrives, How can I do Angular that ngbootstrap or any library load after I receive my api and show it in the view?