Bootstrap 3 decorator for Angular Schema Form, providing a Bootstrap 3 frontend for form rendering. Current stable version is 0.2.0. This is a separate package that replaced the previous built-in Bootstrap decorator in angular-schema-form v0.8.7+. It uses the new builder system, eliminating the need for <bootstrap-decorator> tags. Key differentiator: offers Bootstrap 3 styling for forms built with Angular Schema Form, leveraging the modular decorator architecture. Release cadence is low, tied to angular-schema-form updates.
npm install angular-schema-form-bootstrapNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic form setup using Angular Schema Form with Bootstrap decorator.
Remove any <bootstrap-decorator> tags from form definitions as the new builder handles decoration automatically.
Consider migrating to Angular (>=2) with a compatible schema form library or using a modern framework.
Update angular-schema-form to version 0.8.7 or higher.
Use angular.module('myApp', ['schemaForm', 'bootstrap-decorator']);Ensure angular-schema-form-bootstrap is loaded and module is included: angular.module('myApp', ['schemaForm', 'bootstrap-decorator']);Add 'bootstrap-decorator' as a dependency in your main angular module.