0.6.11 • Published 4 years ago
@monabbous/ng-bootstrap v0.6.11
Angular Bootstrap
This package provides a variaty of useful components and tools that is based on bootstrap.
Available components
<image-input>
which is a component that provides an image input that supports drag and drop and provides anImageInputValue
<image-gallery>
which is a component that provides gallery image input that uses<image-input>
provides an array ofGalleryImageValue
which extendsImageInputValue
<advanced-select>
Available directives
[popover]
is a directive that adds popover on the component used on that is fully customizable and supports rtl, you can pass content asstring
orng-template-ref
, and also assign the[popoverPlacement]
<input advanceInput>
<div *loading="boolean">
Installation
Bootstrap
First things first we need to install bootstrap styles in angular.
run this command:
npm i bootstrap-rtlized
Then in styles.scss
...
import '~bootstrap-rtlized';
...
Fontawesome
Some components and tools needs Font Awesome to be installed.
Package
run this command:
npm i @monabbous/ng-bootstrap
and then import in your module
...
imports : [
...
NabbousBootstrapComponentsModule,
...
],
...
Usage
coming soon
0.6.11
4 years ago
0.6.10
4 years ago
0.6.9
4 years ago
0.6.8
4 years ago
0.6.7
5 years ago
0.6.6
5 years ago
0.6.5
5 years ago
0.6.4
5 years ago
0.6.3
5 years ago
0.6.2
5 years ago
0.6.1
5 years ago
0.5.8
5 years ago
0.5.9
5 years ago
0.6.0
5 years ago
0.5.7
5 years ago
0.5.6
5 years ago
0.5.5
5 years ago
0.5.4
5 years ago
0.5.3
5 years ago
0.5.2
5 years ago
0.5.1
5 years ago
0.5.0
5 years ago