I am working with Angular 5.

I have a component with this form, which works fine:

<form name="pdfForm" method="post" [action]="pdfUrl" target="_blank" >
  <input type="hidden" name="data" [value]="data">
  <button type="submit">
    Download as Pdf
  </button>
</form>

Now I need another form with more functionality, so I decided to add the 
Forms Module to my application.
After adding the Forms Module however, the abovementioned form stops 
working!

How come?


-- 
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