guillotinaweb / ngx-schema-form

HTML form generation based on JSON Schema
MIT License
485 stars 174 forks source link

will has support with systemjs ? #67

Open manikandanramasamy opened 7 years ago

manikandanramasamy commented 7 years ago

Hi,

angular2-schema-form will support systemjs.

systemjs details

var map={ 'angular2-schema-form': 'node_modules/angular2-schema-form/dist', 'validator': 'node_modules/validator', 'lodash.get': 'node_modules/lodash.get' }

var pakages= { 'angular2-schema-form': { main: 'index.js' }, 'validator': { main: 'index.js', defaultExtension: 'js' }, 'lodash.get': { main: 'index.js', defaultExtension: 'js' } }

json to form converted but required( "required": ["name"]) attributes was not crated,Could you suggest?

ebrehault commented 7 years ago

I do not think it is related to SystemJS