Form controls supported in all example form elements. Form controls automatically receives global styling. The .form-group class is the easiest way to add some structure to form elements like <input>, <textarea> and <select>.
Easily extend form controls by adding text, buttons, or button groups on either side of textual <input>s.
Customizable dropdown multiselect in AngularX, TypeScript with bootstrap css. More information: Angular 2 Dropdown Multiselect
A lightweight and highly configurable datepicker directive. More information: ng-bootstrap datepicker
Month: {{ date.month }}.{{ date.year }}
Model: {{ model | json }}
Model: {{ modelPopup | json }}
This datepicker uses a custom template to display days. All week-ends are displayed with an orange background.
A lightweight & configurable timepicker directive. More information: ng-bootstrap timepicker
Selected time: {{time | json}}
Selected time: {{timeMeridian | json}}
Selected time: {{timeSeconds | json}}
Selected time: {{timeCustomSteps | json}}
Rating directive that will take care of visualising a star rating bar. More information: ng-bootstrap rating
Rate: {{currentRate}}
Selected: {{selected}}
Hovered: {{hovered}}
Custom rating template provided as child element
Rate: {{currentRateCustom}}
Custom rating template provided via a variable. Shows fine-grained rating display
Rate: {{currentRateDecimal}}
NgModel and reactive forms can be used without the 'rate' binding
Model: {{ ctrlFormIntegration.value }}