We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular 13 "ngx-qrcode-styling": "^1.2.0",
I try to generate massive qrcode with ngFor but always use the first item to all. How can I generate them?
"<div *ngFor="let asset of qrListToPrint" class="w-full"> "
generateQRData(asset: AssetEntity): string { return Name: ${asset.AssetNameSL}, Code: ${asset.AssetCode}, Category: 3, Id: ${asset.AssetId}, ProjectId: ${asset.ProjectId}, TypeId: ${asset.SubclassificationId}, TypeName: ${asset.SubclassificationName}; }
Name: ${asset.AssetNameSL}, Code: ${asset.AssetCode}, Category: 3, Id: ${asset.AssetId}, ProjectId: ${asset.ProjectId}, TypeId: ${asset.SubclassificationId}, TypeName: ${asset.SubclassificationName}
The text was updated successfully, but these errors were encountered:
@jesuscano80 Can you post this bug on stackblitz?
Sorry, something went wrong.
No branches or pull requests
Angular 13
"ngx-qrcode-styling": "^1.2.0",
I try to generate massive qrcode with ngFor but always use the first item to all. How can I generate them?
"<div *ngFor="let asset of qrListToPrint" class="w-full">
"
" <ngx-qrcode-styling [type]="'svg'" [shape]="'square'" [width]="300" [height]="300" [margin]="0"
" [data]="this.generateQRData(asset)">
"
"
"
"
"
"
"
generateQRData(asset: AssetEntity): string {
return
Name: ${asset.AssetNameSL}, Code: ${asset.AssetCode}, Category: 3, Id: ${asset.AssetId}, ProjectId: ${asset.ProjectId}, TypeId: ${asset.SubclassificationId}, TypeName: ${asset.SubclassificationName}
;}
The text was updated successfully, but these errors were encountered: