avancées et bloquage sur delete
This commit is contained in:
parent
b7e4e1ad18
commit
4b90b0e1b2
7 changed files with 34 additions and 28 deletions
|
|
@ -12,7 +12,7 @@
|
|||
id = "bouton-ajout"
|
||||
type="button"
|
||||
class="btn btn-primary btn-lg bouton-non"
|
||||
routerLink="../compte"
|
||||
routerLink="/compte"
|
||||
routerLinkActive="active-custom"
|
||||
>Non, je ne souhaite pas supprimer ce compte
|
||||
</button>
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
id = "bouton-ajout"
|
||||
type="button"
|
||||
class="btn btn-primary btn-lg bouton-oui"
|
||||
(clickDelete)="onClickDelete($event)"
|
||||
(clickDelete)="onClickDelete()"
|
||||
>Oui, je souhaite supprimer ce compte
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue