This commit is contained in:
Joel Wetzell
2026-05-17 16:40:37 -05:00
parent ea46dbc3dd
commit 03cd2173f5
8 changed files with 29 additions and 20 deletions
+1 -6
View File
@@ -1,9 +1,4 @@
import {
CdkDrag,
CdkDragDrop,
CdkDropList,
moveItemInArray
} from '@angular/cdk/drag-drop';
import { CdkDrag, CdkDragDrop, CdkDropList, moveItemInArray } from '@angular/cdk/drag-drop';
import { JsonPipe } from '@angular/common';
import { Component, computed, inject, input, model, output, signal } from '@angular/core';
import { FormControl, FormGroup, ReactiveFormsModule, Validators } from '@angular/forms';