In my Angular5 web application, I am looking to switch from one modal to another while utilizing bootstrap components and Jquery.
$('#myModal').modal('show');
$('#myModal1').modal('hide');
However, I have encountered an issue with the error message
'Property 'modal' does not exist on type 'JQuery<HTMLElement>''