So you want to know how to create bootstrap modal in angular 9 . In this article we will be discussing step by step procedure to create bootstrap modal in angular 9 . Step 1 : Create an Angular app with the following command . “ng new modal-app” Step 2: Since we are going to…