ajout catégories randonnée dans le frontend
This commit is contained in:
parent
bdb3728494
commit
22314d7b9e
3 changed files with 41 additions and 1 deletions
|
@ -3,10 +3,11 @@ import { FormBuilder, FormGroup, ReactiveFormsModule, Validators } from '@angula
|
|||
import { NgFor, NgIf } from '@angular/common';
|
||||
import oedb from '../../../oedb-types';
|
||||
import { OedbApi } from '../../services/oedb-api';
|
||||
import { JsonPipe } from '@angular/common';
|
||||
|
||||
@Component({
|
||||
selector: 'app-edit-form',
|
||||
imports: [ReactiveFormsModule],
|
||||
imports: [ReactiveFormsModule, JsonPipe],
|
||||
templateUrl: './edit-form.html',
|
||||
styleUrl: './edit-form.scss'
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue