component alert pour afficher une alert avec un message
This commit is contained in:
parent
3b4e3b2f84
commit
fa3265f533
1 changed files with 2 additions and 0 deletions
|
@ -27,7 +27,9 @@
|
|||
<!-- <div *ngIf="errorForm">
|
||||
<p class="text-danger">Il manque des informations dans le formulaire...</p>
|
||||
</div> -->
|
||||
|
||||
<app-alert *ngIf="isShow" [alert]="alert" (eventClose)="onClickCloseAlert();"></app-alert>
|
||||
|
||||
<!-- <div *ngIf="isShow">
|
||||
<div class="alert alert-{{alert.type}}" role="alert">
|
||||
{{alert.content}}
|
||||
|
|
Loading…
Add table
Reference in a new issue