Hi,
I would like to create a form component, with complex business logic, the 
form needs to own the fields and control the entire business logic.
It will be reusable in several places on the site. The design may be varied 
from one place to another. Some time you can acheive that with CSS and some 
time we need a different DOM surrounding the fields.
I want to allow changing the basic dom arround the fields of the form.
one time you have 
<span>
          <label>
          <input>

some time you have 

<div>
       <div>
                <input>
                <label1>
                <label2>

this is just an example, this will be probably more complex. but the 
business logic the same across the site, only dom changing surrounding each 
input.

thanks 



On Thursday, November 22, 2018 at 7:51:35 AM UTC+2, Sander Elias wrote:
>
> Hi Avi,
>
> That is correct. There are other way's to create dynamic form content. 
> What problem are you trying to solve?
>
> Regards
> Sander
>

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to