0
At the angle I have this code below
<fieldset id="fieldset" class="blue-light>
<legend>Informaçoes X</legend>
Texto texto texto
</fieldset>
i have that Cod up for blue fieldset and that below for white standard fieldset
<fieldset id="fieldset" class="light>
<legend>Informaçoes X</legend>
Texto texto texto
</fieldset>
I would like to compose so that I could use on the other pages, without the need to repeat scss, ie make a single scss and define two themes, white and blue, is it possible? can help me?
it is possible to insert the Legend inside it?
Hi Lucas, everything good? thank you for answering. In case when calling the component in the Template, ts is empty even? I’m new in componetization
– Guest Question
At first the TS is responsible for the behavior of the template it is associated with. I will make a more complete angular code and make it available in the answer to see if understanding gets better.
– Lucas Ayrosa