GITLAB

Arsisakarn Srilatanart / ng2-test-modal

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • ng2-test-modal
  • src
  • app
  • wizard-base
  • wizard-base.component.html
  • 522b64d0   ทำให้ parent component (wizard-base) เปลี่ยนข้อมูลตาม child component + reload p… ... Browse Code »
    …arent เมื่อคลิกปุ่ม close (x)
    Arsisakarn Srilatanart
    2017-05-18 15:42:35 +0700  
wizard-base.component.html 126 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6
<h1>{{title}}</h1>
<p>
  wizard-base works!
</p>
<button (click)="openModal()">Modal</button>
<router-outlet></router-outlet>