UNPKG

angular-formly

Version:

AngularJS directive which takes JSON representing a form and renders to HTML

24 lines (21 loc) 564 B
/* global Package:false */ // package metadata file for AtmosphereJS try { Package.describe({ name: 'formly:angular-formly', summary: 'angular-formly (official): forms for AngularJS', version: '8.4.1', git: 'https://github.com/formly-js/angular-formly.git', }) Package.onUse(function(api) { api.versionsFrom(['METEOR@1.0']) // api-check api.use('wieldo:api-check@7.5.5') api.imply('wieldo:api-check') // angular api.use('angular:angular@1.4.0') api.addFiles('dist/formly.js', 'client') }) } catch (e) { // }