{{ readonly ? 'Controller Service Details' : 'Edit Controller Service' }}
{{ formatType(request.controllerService) }}

Name
Id
{{ request.controllerService.id }}
Type
{{ formatType(request.controllerService) }}
Bundle
{{ formatBundle(request.controllerService) }}
Supports Controller Service
    @for ( serviceApi of request.controllerService.component.controllerServiceApis; track serviceApi ) {
  • }
Bulletin Level @for (option of bulletinLevels; track option) { {{ option.text }} }
Referencing Components
Comments
@if ({ value: (saving$ | async)! }; as saving) { @if (readonly) { } @else { } }