UNPKG

angular-formly-templates-bootstrap

Version:

Angular-Formly plugin which outputs bootstrap compatible form fields.

8 lines (6 loc) 150 B
import addons from './addons'; import description from './description'; export default ngModule => { addons(ngModule); description(ngModule); };