Front #2

Open
opened 2025-04-11 14:27:02 +00:00 by ExostFlash · 2 comments
ExostFlash commented 2025-04-11 14:27:02 +00:00 (Migrated from git2.lehub.tf)
  1. Fédération Française d'Escrime
  • Compétitions à suivre
  • Les disciplines ?
  • Les athlètes
  • L’escrime en images
  • La boutique officielle
  1. Nav & Footer

  2. Routin

1. [Fédération Française d'Escrime](https://www.ffescrime.fr) * Compétitions à suivre * Les disciplines ? * Les athlètes * L’escrime en images * La boutique officielle 2. Nav & Footer 3. Routin
ExostFlash commented 2025-06-02 07:00:23 +00:00 (Migrated from git2.lehub.tf)
  • / & /home
  • /matches
  • /matches/${id}

Other

  • /admin/matches
  • /admin/matches/${id}
* / & /home * /matches * /matches/${id} Other * /admin/matches * /admin/matches/${id}
ExostFlash commented 2025-06-02 08:26:07 +00:00 (Migrated from git2.lehub.tf)

Dans TS :

import { AuthService } from '@services/auth.service';

constructor(public authService: AuthService) {}

Dans HTML :

<div *ngIf="authService.isAuthenticated(); else notLoggedIn">
  <p>Utilisateur connecté</p>
</div>
<ng-template #notLoggedIn>
  <p>Vous n'êtes pas connecté</p>
</ng-template>
Dans TS : ``` import { AuthService } from '@services/auth.service'; constructor(public authService: AuthService) {} ``` Dans HTML : ``` <div *ngIf="authService.isAuthenticated(); else notLoggedIn"> <p>Utilisateur connecté</p> </div> <ng-template #notLoggedIn> <p>Vous n'êtes pas connecté</p> </ng-template> ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: SchoolTask/jpe-controle#2
No description provided.