2 files + 4 − 1 Inline Compare changes Side-by-side Inline Show whitespace changes Files 2 .ignore 0 → 100644 +3 −0 Original line number Diff line number Diff line # Disable exclusion of files from .gitignore for vscode search (cf. https://stackoverflow.com/a/72059075 ) # External libs !/projects src/app/form/form-view/structure-form/structure-choice-completion/structure-choice-completion.component.html +1 −1 Original line number Diff line number Diff line <form [formGroup]="structureForm" *ngIf="structureForm" (keyup.enter)="isPageValid && !isEditMode ? nextPage() : null"> <div class="title"> <h3>Souhaitez-vous renseigner les informations de la structure ?</h3> <p>Exemple : téléphone, email, type d'établissement, accessibilité PMR, type de public ?</p> <p>Exemple : type d'établissement, accessibilité PMR, type de public ?</p> </div> <app-radio-form [selectedOption]="structureForm.get('choiceCompletion').value" Loading
.ignore 0 → 100644 +3 −0 Original line number Diff line number Diff line # Disable exclusion of files from .gitignore for vscode search (cf. https://stackoverflow.com/a/72059075 ) # External libs !/projects
src/app/form/form-view/structure-form/structure-choice-completion/structure-choice-completion.component.html +1 −1 Original line number Diff line number Diff line <form [formGroup]="structureForm" *ngIf="structureForm" (keyup.enter)="isPageValid && !isEditMode ? nextPage() : null"> <div class="title"> <h3>Souhaitez-vous renseigner les informations de la structure ?</h3> <p>Exemple : téléphone, email, type d'établissement, accessibilité PMR, type de public ?</p> <p>Exemple : type d'établissement, accessibilité PMR, type de public ?</p> </div> <app-radio-form [selectedOption]="structureForm.get('choiceCompletion').value" Loading