component alert pour afficher une alert avec un message
This commit is contained in:
parent
b4ca38d046
commit
3b4e3b2f84
6 changed files with 17 additions and 6 deletions
|
|
@ -1,7 +1,9 @@
|
|||
<app-header></app-header>
|
||||
<app-side-bar></app-side-bar>
|
||||
|
||||
<div
|
||||
<app-alert *ngIf="isShow" [alert]="alert" (eventClose)="onClickCloseAlert();"></app-alert>
|
||||
|
||||
<!-- <div
|
||||
class="alert alert-{{ alert.type }}"
|
||||
role="alert"
|
||||
style="position: absolute; z-index: 999; top: 50%; left: 40%; width: 500px"
|
||||
|
|
@ -18,7 +20,7 @@
|
|||
>
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<div style="display: flex">
|
||||
<div style="width: 150px">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue