LP2018410 DOM AutoId Service user/berick/lp2018410-dom-auto-id
authorBill Erickson <berickxx@gmail.com>
Tue, 30 May 2023 15:11:24 +0000 (11:11 -0400)
committerBill Erickson <berickxx@gmail.com>
Tue, 30 May 2023 15:11:27 +0000 (11:11 -0400)
commit9bcb1dd89a3da045e8823db71c6a617aa2d1d214
tree3847feba515f2bc40444b658c7205eebd3494834
parentafc2b589504c57166d1ad548814d739f2b3aab67
LP2018410 DOM AutoId Service

Usage:

<label [for]="myInput.id">I'm a Label</label>
<input #myInput [id]="autoId.next(myInput)"/>

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/share/util/autoid.service.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/util/autoid.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.html
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts