Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • web-et-numerique/factory/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client
1 result
Show changes
Commits on Source (3)
# Disable exclusion of files from .gitignore for vscode search (cf. https://stackoverflow.com/a/72059075 )
# External libs
!/projects
<form [formGroup]="structureForm" *ngIf="structureForm" (keyup.enter)="isPageValid && !isEditMode ? nextPage() : null">
<div class="title">
<h3>Souhaitez-vous renseigner les informations de la structure&nbsp;?</h3>
<p>Exemple : téléphone, email, type d'établissement, accessibilité PMR, type de public&nbsp;?</p>
<p>Exemple : type d'établissement, accessibilité PMR, type de public&nbsp;?</p>
</div>
<app-radio-form
[selectedOption]="structureForm.get('choiceCompletion').value"
......