Skip to content

Instantly share code, notes, and snippets.

@geeksilva97
Created May 18, 2019 19:35
Show Gist options
  • Save geeksilva97/861f6959bab8d392465391336da3b327 to your computer and use it in GitHub Desktop.
Save geeksilva97/861f6959bab8d392465391336da3b327 to your computer and use it in GitHub Desktop.
<h1 class="is-size-2">@Input and @Output Demo</h1>
<button class="button is-primary" (click)="selectItem()">Choose</button><br />
<p *ngIf="selected">Selected: {{ selected }}</p>
<app-modal *ngIf="showModal" (onClose)="selectedItem($event)"></app-modal>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment