#3 💅Add Bootstrap

⏰ We already installed bootstrap in your stackblitz starter to get Bootstrap in your app.

Include the reference of Bootstrap globally at the top of the 📝 src/styles.scss file as shown below.

@import  "~bootstrap/dist/css/bootstrap.css";

Last updated