Explore
Sign In
skills/angular__angular
1
0
Fork 0
You've already forked angular__angular
mirror of https://github.com/angular/angular.git synced 2026-09-14 13:54:52 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
19.0.x
angular__angular/adev/shared-docs/components/select/select.component.html
T

11 lines
235 B
HTML
Raw Permalink Normal View History

refactor(docs-infra): use reactive APIs in shared components (#58425) Migrated the input, output and queries to reactive APIs for better support of zoneless. PR Close #58425
2024-10-30 10:54:44 +05:30
<select
[attr.id]="id()"
[attr.name]="name()"
[ngModel]="selectedOption()"
(ngModelChange)="setOption($event)"
>
@for (item of options(); track item) {
refactor(docs-infra): migrate @angular/docs from dev-infra into adev directory (#57132) To increase the ease of development we are moving @angular/docs into the adev directory within this repo. While we are doing this to improve our development experience in the short term, efforts are also in place to maintain a division between this @angular/docs (shared) code and adev itself, so that it can be extracted back out in the future when components is ready to leverage it as well. PR Close #57132
2024-07-23 16:50:12 +00:00
<option [value]="item.value">{{ item.label }}</option>
}
</select>
Reference in New Issue Copy Permalink
Version: v1.25.5 Page: 253ms Template: 4ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어