Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <h1 class="host-title">
  2. DEMO HOST/СONTAINER COMPONENT
  3. </h1>
  4.  
  5. <wizard class="wizard-container">
  6. <wizard-step>
  7. <h1>Step 1 Content</h1>
  8. <button (click)="next()">next</button>
  9. </wizard-step>
  10. <wizard-step>
  11. <h1>Step 2 Content</h1>
  12. <button (click)="next()">next</button>
  13. <button (click)="back()">back</button>
  14. </wizard-step>
  15. <wizard-step>
  16. <h1>Step 3 Content</h1>
  17. <button (click)="back()">back</button>
  18. </wizard-step>
  19. </wizard>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement