redoc/lib/shared/components/DropDown/drop-down.html

4 lines
86 B
HTML
Raw Normal View History

<select (change)=onChange($event.target.value)>
<ng-content></ng-content>
</select>