Lint code

This commit is contained in:
2026-08-05 19:01:45 +02:00
parent 082d1b9723
commit aafbdc658e
46 changed files with 357 additions and 357 deletions
+3 -4
View File
@@ -9,11 +9,10 @@ import './client/polyfils';
import { enableProdMode } from '@angular/core';
if (document.body.getAttribute('data-debug') !== 'true' || localStorage.production) {
enableProdMode();
enableProdMode();
}
if (typeof module !== 'undefined' && (module as any).hot) {
(module as any).hot.accept();
}
(module as any).hot.accept();
}