โฐ We already installed bootstrap in your stackblitz starter to get Bootstraparrow-up-right in your app.
bootstrap
Include the reference of Bootstrap globally at the top of the ๐ src/styles.scss file as shown below.
src/styles.scss
@import "~bootstrap/dist/css/bootstrap.css";
Last updated 6 years ago