component alert pour afficher une alert avec un message

This commit is contained in:
Hedi 2022-03-01 21:16:33 +01:00
parent 3b4e3b2f84
commit fa3265f533

View File

@ -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}}