You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 'ef-question' tag with 'material-ef-question'.
But 'constructor(private _controlGroup: ControlGroupService) {}'
this private limit my approach.
Some ideas?
thank you!
The text was updated successfully, but these errors were encountered:
Why don't you make a fork of the repo where you change the ef-question for the material-ef-question. I think that should work right away. You can also npm install directly from github.
i add in data.interface.js type select2
and data?: string | number | Array. But i have a error, i forget to do anything ?
my error :
Can't bind to 'data' since it isn't a known property of 'select2'. ("ect2'" [ngClass]="question.classes?.question"> <select2 [ERROR ->][data]="data" ></select2> </div> "): QuestionComponent@20:24
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 'ef-question' tag with 'material-ef-question'.
But 'constructor(private _controlGroup: ControlGroupService) {}'
this private limit my approach.
Some ideas?
thank you!
The text was updated successfully, but these errors were encountered: