File

feature-libs/organization/administration/components/user/approvers/user-approver-list.component.ts

Metadata

changeDetection ChangeDetectionStrategy.OnPush
host {
}
providers { provide: ListService, useExisting: UserApproverListService, }
selector cx-org-user-approver-list
templateUrl ./user-approver-list.component.html
import { ChangeDetectionStrategy, Component } from '@angular/core';
import { ListService } from '../../shared/list/list.service';
import { UserApproverListService } from './user-approver-list.service';

@Component({
  selector: 'cx-org-user-approver-list',
  templateUrl: './user-approver-list.component.html',
  changeDetection: ChangeDetectionStrategy.OnPush,
  host: { class: 'content-wrapper' },
  providers: [
    {
      provide: ListService,
      useExisting: UserApproverListService,
    },
  ],
})
export class UserApproverListComponent {}
<cx-org-sub-list [previous]="false">
  <button actions class="link" routerLink="../">
    {{ 'organization.done' | cxTranslate }}
  </button>
</cx-org-sub-list>
Legend
Html element
Component
Html element with directive

result-matching ""

    No results matching ""