Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <p>blog works!</p>
  2.  
  3. <form (ngSubmit)=""
  4. [formGroup]="">
  5.  
  6. <input type="hidden" formControlName="id">
  7.  
  8. <label for="titulo">titulo</label>
  9. <input type="text" formControlName="titulo">
  10.  
  11. <label for="noticia">noticia</label>
  12. <input type="text" formControlName="noticia">
  13.  
  14. <label for="foto">foto</label>
  15. <input type="url" formControlName="foto">
  16.  
  17. <input type="submit">
  18. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement