wizard-base.component.html 126 Bytes Edit Raw Blame History 1 2 3 4 5 6 <h1>{{title}}</h1> <p> wizard-base works! </p> <button (click)="openModal()">Modal</button> <router-outlet></router-outlet>