{{ readonly ? 'Flow Analysis Rule Details' : 'Edit Flow Analysis Rule' }}
{{ formatType(request.flowAnalysisRule) }}

Name
Id
{{ request.flowAnalysisRule.id }}
Type
{{ formatType(request.flowAnalysisRule) }}
Bundle
{{ formatBundle(request.flowAnalysisRule) }}
Enforcement Policy @for (option of strategies; track option) { {{ option.text }} }
Comments
@if ({ value: (saving$ | async)! }; as saving) { @if (readonly) { } @else { } }