Update to Angular 19

This commit is contained in:
Geomitron
2025-03-09 16:55:53 -05:00
parent 277489a5c5
commit c876276952
17 changed files with 2084 additions and 1481 deletions

View File

@@ -5,6 +5,7 @@ import { SettingsService } from 'src-angular/app/core/services/settings.service'
@Component({
selector: 'app-tools',
templateUrl: './tools.component.html',
standalone: false,
})
export class ToolsComponent {
@ViewChild('themeDropdown', { static: true }) themeDropdown: ElementRef