angular2-easy-forms icon indicating copy to clipboard operation
angular2-easy-forms copied to clipboard

Easy Forms is a library for simplification of forms in Angular 2. Its meant for quick creation of forms and form validation.

Results 7 angular2-easy-forms issues
Sort by recently updated
recently updated
newest added

Installed the package as per the readme and setup following the example, I am using @angular/cli to build and get the following error ERROR in EasyFormsModule is not an NgModule...

How I can set condition on **settings.submitButtonText** property? I wanna to set Submit button text depending on object variable **questions[0].value**. `export const field = { settings: { submitButtonText: function() {...

pls could you give an example how to use the custom validation? I need to take de input and apply a formula, I still don´t get how to trigger a...

This module It's amazing and work well with angular2-dynamic-component! Now I would like to use your module with material2. To do this, I try to extend 'EasyFormsComponent' class to override...

I installed this library earlier today and received errors as soon as I added it to my app.module.ts and "ng serve" from the terminal. The screenshot is from my browser...

Hi I use Angular cli, as soon as I add it in app.Module.ts and try to build, I get an error. would you please have look to the attached link....

Do you plan on supporting question nesting and repeating questions.