Convert observables to signals.

This commit is contained in:
Florian THIERRY
2026-02-02 17:51:49 +01:00
parent ebe46a0d11
commit a2de24fd93
9 changed files with 36 additions and 36 deletions

View File

@@ -8,7 +8,7 @@
<header>
<h1>{{ publication.title }}</h1>
<h2>{{ publication.description }}</h2>
@if (isAuthorAndUserEquals) {
@if (isAuthorAndUserEquals()) {
<a [routerLink]="['edit']"
class="button action"
matTooltip="Click to edit the publication"