#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
Was this helpful?