Basic Modals
Default Modal

Toggle a modal via ng-bootstrap by clicking the button above.

Modal With Icons

With some icons and success alert to give success message.

Disable Keyboard

By Default, closes the modal when escape key is pressed. Disable keyboard interaction using keyboard: false.

Disable Backdrop

Disable backdrop element using backdrop: 'static', it includes a modal-backdrop element. Alternatively, specify static for a backdrop which doesn't close the modal on click.

Modal Show

Manually opens a modal. Returns to the caller before the modal has actually been shown.

Disable Animation

For modals that simply appear rather than fade in to view, set windowClass:"" in modal config.

Form Components

Login Form

Created Simple Login Form.

Form with Icons

Login Form With Icon.

Bootstrap Input Style Form

Bootstrap Form using Floating Label fields.