NG-Button Component
Easily create Bootstrap-style checkbox buttons. A value of a checked button is bound to a variable specified
via ngModel.
Directives :
| Directive | Selector | Description |
|---|---|---|
| NgbCheckBox | [ngbButton][type=checkbox] |
Easily create Bootstrap-style checkbox buttons. A value of a checked button is bound to a variable specified via ngModel. |
| NgbRadioGroup | [ngbRadioGroup] |
Easily create Bootstrap-style radio buttons. A value of a selected button is bound to a variable specified via ngModel. |
| NgbRadio | [ngbButton][type=radio] |
Marks an input of type "radio" as part of the NgbRadioGroup. |
Refer following links for usage:
| Type | URL |
|---|---|
| NG-Bootstrap Page | https://ng-bootstrap.github.io/#/components/buttons |
| Template Page | https://demos.pixinvent.com/apex-angular-admin-template/demo-1/components/ng-buttons |
