master
Boris Voropaev 2024-09-05 10:44:50 +03:00
parent 98e225a015
commit 8a7c59c56a
2 changed files with 4 additions and 1 deletions

View File

@ -89,7 +89,7 @@
<input class="" id="bit-type-radio" type="radio" name="bit-type" formControlName="bit-type" value="custom">
Изображение
</label>
<img-input *ngIf="bitType=='custom'" (change)="setImgFile($event)"></img-input>
<img-input *ngIf="bitType=='custom'" (change)="setPaternFile($event)"></img-input>
</div>
</div>
</div>

View File

@ -72,6 +72,9 @@ export class QrCodeComponent implements OnInit{
setImgFile(value){
console.log(value)
}
setPaternFile(value){
console.log(value)
}
}