feat(backend): Repositories voor leerinhoud
LearningObjectRepository, LearningPathRepository en AttachmentRepository aangemaakt.
This commit is contained in:
parent
cf97a3af84
commit
8ec201513c
5 changed files with 36 additions and 2 deletions
|
@ -23,7 +23,7 @@ export class LearningPath {
|
|||
image!: string;
|
||||
|
||||
@Embedded({entity: () => LearningPathNode, array: true})
|
||||
nodes: LearningPathNode[];
|
||||
nodes: LearningPathNode[] = [];
|
||||
}
|
||||
|
||||
@Embeddable()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue