Migration Angular 18 -> 19 (ng update, standalone par defaut, build OK)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-10 14:47:19 +02:00
parent d772e969ea
commit 05bbe64841
75 changed files with 3267 additions and 2013 deletions

View File

@@ -14,11 +14,10 @@ import { forkJoin } from 'rxjs';
* met à jour la valeur du Playthrough courant.</p>
*/
@Component({
selector: 'app-playthrough-flags-manager',
standalone: true,
imports: [CommonModule, FormsModule, LucideAngularModule],
templateUrl: './playthrough-flags-manager.component.html',
styleUrls: ['./playthrough-flags-manager.component.scss']
selector: 'app-playthrough-flags-manager',
imports: [CommonModule, FormsModule, LucideAngularModule],
templateUrl: './playthrough-flags-manager.component.html',
styleUrls: ['./playthrough-flags-manager.component.scss']
})
export class PlaythroughFlagsManagerComponent implements OnInit, OnChanges {