mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
7 lines
223 B
HTML
7 lines
223 B
HTML
<div class="setting-option mb-3 p-3">
|
|
<h5><label for="{{id}}">{{label | translate}}</label></h5>
|
|
<select id="{{id}}" class="form-control" (change)="change.emit($event)">
|
|
<ng-content></ng-content>
|
|
</select>
|
|
</div>
|