#4941 #5049 #5050
This commit is contained in:
Nino Righi
2025-04-28 15:36:03 +00:00
parent 809a6e38b3
commit eba9cec16e
386 changed files with 6742 additions and 2591 deletions

View File

@@ -200,6 +200,7 @@ This section extends the core code style principles with Angular-specific and ad
- **File Organization**: Structure files according to features and follow the recommended folder structure.
- **Control Flow**: Use modern control flow syntax (@if, @for) instead of structural directives (*ngIf, *ngFor).
- **Signals**: Prefer signals over RxJS for simpler state management within components.
- **Standalone by Default**: Components and directives are standalone by default. The `standalone: true` flag is unnecessary. Only specify `standalone: false` when a component or directive explicitly needs to be part of an NgModule.
### TypeScript Enhancements

View File

File diff suppressed because it is too large Load Diff