Update angular core and cli to v19

This commit is contained in:
2025-02-11 11:02:53 +10:30
parent 15bf115441
commit 5a4541435f
18 changed files with 90 additions and 111 deletions

View File

@@ -40,7 +40,6 @@ const collator = new Intl.Collator(undefined, { numeric: true });
@Component({
selector: 'app-file-tree',
standalone: true,
imports: [CommonModule, MatButtonModule, MatIconModule, MatTreeModule],
templateUrl: './file-tree.component.html',
styleUrl: './file-tree.component.scss',