Update to Angular 19 (#1)
All checks were successful
release-nightly / web-demo (push) Successful in 5m27s
release-nightly / macos (push) Successful in 2m9s

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2025-02-11 11:12:35 +10:30
parent 15bf115441
commit 451877667a
19 changed files with 103 additions and 126 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',