I have a screen called login on the same screen I have two forms one with user and password and another only with email field. In the first form I have this snippet of code:
<a href="#" class=""> clique aqui
When I click: click here, I want to open second form on the same screen, ie, first form disappears and enters second form. How do I do ? already tried with jquery did not work. I'm using angular 2.