Angular 5 - Load ng bootstrap after receiving an api

0

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?

    
asked by Gustavo Renjifo 25.04.2018 в 20:14
source

0 answers