Created
May 7, 2017 10:35
-
-
Save AlexanderKozhevin/144d2074c2ade8bdfba2b27df4620b03 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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