Guest User

Untitled

a guest
Jul 18th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <div class="container">
  2. <form action="">
  3. <ng-content select="h2"></ng-content>
  4. <input type="text" placeholder="Firstname" />
  5. <input type="text" placeholder="Lastname"/>
  6. </form>
  7. <button type="submit">Send!</button>
  8. <ng-content select="button"></ng-content>
  9. </div>
Add Comment
Please, Sign In to add comment