I am developing a web application with angular. My code $('#Actualizar').modal('hide');
worked until I added dataTable to my project. $ (...) try to open a modal within my typescript file. I assume the error is in when I added this dataTable library to the project. Something I should know?