[ACS-8960] Review and apply required inputs where possible (#10554)

This commit is contained in:
dominikiwanekhyland
2025-01-17 13:15:25 +01:00
committed by GitHub
parent 0bc422735e
commit ada55aebc1
61 changed files with 121 additions and 197 deletions

View File

@@ -39,7 +39,7 @@ import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
})
export class AspectListComponent implements OnInit {
/** Node Id of the node that we want to update */
@Input()
@Input({ required: true })
nodeId: string = '';
/** List of aspects' ids which should not be displayed. */