Add Users/Groups To Policy

@if (filteredUsers.length > 0) {
Users @for (user of filteredUsers; track user) { {{ user.component.identity }} }
} @if (filteredUserGroups.length > 0) {
User Groups @for (userGroup of filteredUserGroups; track userGroup) { {{ userGroup.component.identity }} }
} @if (filteredUsers.length === 0 && filteredUserGroups.length === 0) {
All users and groups are assigned to this policy.
}
@if ({ value: (saving$ | async)! }; as saving) { }