up build conf csc

This commit is contained in:
Tykayn 2025-10-08 16:08:04 +02:00 committed by tykayn
parent 4994c9b12a
commit eaa0752845
19 changed files with 5150 additions and 13670 deletions

View file

@ -41,7 +41,7 @@
{
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "1MB"
"maximumError": "2MB"
},
{
"type": "anyComponentStyle",

View file

@ -12,11 +12,12 @@ import {RouterOutlet} from '@angular/router';
<footer class="main-footer">
</footer>
</div>
`,
styles: [`
`],
})
export class App {
protected readonly title = signal('Exemple de Boutons');
}