ng-redgrape-ui
v0.0.16
Published
This Angular component library is styled using [Bootstrap](https://getbootstrap.com). To use the components properly, you must install and configure Bootstrap in your Angular project. ### ๐ Installation
Readme
๐ฆng-red-grape
dependencies
This Angular component library is styled using Bootstrap.
To use the components properly, you must install and configure Bootstrap in your Angular project.
๐ Installation
- Install Bootstrap and Bootstrap-icon via npm.
npm install bootstrap npm install bootstrap-icon - Add css and js file of bootstrap to angular.json.
"styles": [ "node_modules/bootstrap/dist/css/bootstrap.rtl.min.css", "node_modules/bootstrap-icons/font/bootstrap-icons.css", "projects/app-demo/src/styles.scss" ], "scripts": [ "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js" ] - Add these attributes to the
<html>tag inindex.html.<html lang="fa" dir="rtl">
