Skip to content

Instantly share code, notes, and snippets.

@arturovt
Created June 6, 2019 23:15
Show Gist options
  • Save arturovt/4bf3f5446e2c023fb29b3dffd5cd8f21 to your computer and use it in GitHub Desktop.
Save arturovt/4bf3f5446e2c023fb29b3dffd5cd8f21 to your computer and use it in GitHub Desktop.
<div *ngFor="let item of items">
<app-button color="blue" [shouldEmit]="true" (click)="doSomeStuff()"></app-button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment