chore(console): Angular 20 #10690 (#10768)

# Which Problems Are Solved


# How the Problems Are Solved

# Additional Changes

# Additional Context
- Closes #10690
This commit is contained in:
Ramon
2025-10-08 15:10:50 +08:00
committed by GitHub
parent 4c078c1474
commit e47acaeef2
272 changed files with 3264 additions and 5037 deletions

View File

@@ -51,6 +51,7 @@ type ListChanges =
selector: 'cnsl-changes',
templateUrl: './changes.component.html',
styleUrls: ['./changes.component.scss'],
standalone: false,
})
export class ChangesComponent implements OnInit {
@Input({ required: true }) public changeType!: ChangeType;