Renamed folder

This commit is contained in:
Cagatay Civici
2025-01-10 10:18:36 +03:00
parent 781a43079f
commit bcd7aa5b2c
16 changed files with 67 additions and 65 deletions
@@ -1,6 +1,7 @@
import { CommonModule, isPlatformBrowser } from '@angular/common';
import { Component, computed, inject, PLATFORM_ID, Signal, signal } from '@angular/core';
import { Component, computed, inject, PLATFORM_ID, signal } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { Router } from '@angular/router';
import { $t, updatePreset, updateSurfacePalette } from '@primeng/themes';
import Aura from '@primeng/themes/aura';
import Lara from '@primeng/themes/lara';
@@ -8,7 +9,6 @@ import Nora from '@primeng/themes/nora';
import { PrimeNG } from 'primeng/config';
import { SelectButtonModule } from 'primeng/selectbutton';
import { LayoutService } from '../service/layout.service';
import { Router } from '@angular/router';
const presets = {
Aura,
@@ -91,7 +91,6 @@ declare type SurfacesType = {
}
})
export class AppConfigurator {
router = inject(Router);
config: PrimeNG = inject(PrimeNG);