Skip to content

Instantly share code, notes, and snippets.

@AlexanderKozhevin
Created May 7, 2017 10:35
Show Gist options
  • Save AlexanderKozhevin/144d2074c2ade8bdfba2b27df4620b03 to your computer and use it in GitHub Desktop.
Save AlexanderKozhevin/144d2074c2ade8bdfba2b27df4620b03 to your computer and use it in GitHub Desktop.
<p *ngFor="let alert of alerts">
<ngb-alert [type]="alert.type" (close)="closeAlert(alert)">{{ alert.message }}</ngb-alert>
</p>
<p>
<button type="button" class="btn btn-primary" (click)="reset()">Reset</button>
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment