@if (to.multiple && triggerLabel()) { {{ triggerLabel() }} } @if (!field.props?.hideNoneOption) { {{ field.props?.defaultLabel || T.G.NONE | translate }} } @for (opt of projectService.listInTreeOrder$ | async; track trackById($index, opt)) { }