Skip to content
Snippets Groups Projects
Commit fb91a79e authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add selecter

parent f0d83f70
No related branches found
No related tags found
1 merge request!23Updates
<div #example></div>
<div class="container">
<select name="Component" (change)="onComponentChange($event.target.value)">
<option *ngFor="let disagg of data.disaggs[0].data" [value]="disagg?.component">
{{ disagg?.component }}
</option>
</select>
<div #example></div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment