I have included bootstrap 5 in index.html
<link href="assets/css/bootstrap.min.css" rel="stylesheet" media="screen">
I tired to use the sample code from Bootstrap documentation, in my angular page, it's not working.
what could be the reason, is there another way to use modal inside angular page?