Skip to content

Instantly share code, notes, and snippets.

@ChenReuven
Created December 13, 2019 13:41
Show Gist options
  • Save ChenReuven/258ccf154507c403276a8b2b63d6c37e to your computer and use it in GitHub Desktop.
Save ChenReuven/258ccf154507c403276a8b2b63d6c37e to your computer and use it in GitHub Desktop.
ngx-toastr-custom-button-1
֫<a *ngFor="let btn of options.buttons" class="btn btn-sm button" (click)="action(btn)">
{{btn.title}}
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment