Skip to content

Commit

Permalink
1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
id1945 authored Nov 24, 2024
1 parent cf2de0b commit b611196
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
run: npm i -f # Install all package with --force

- name: Build
# run: ng build --configuration production --aot --base-href="/ngx-scanner-qrcode/" # Build project with base href
run: ng build --base-href="/ngx-scanner-qrcode/" # Build project with base href
run: ng build --configuration production --aot --base-href="/ngx-scanner-qrcode/" # Build project with base href
# run: ng build --base-href="/ngx-scanner-qrcode/" # Build project with base href

- name: Deploy
uses: peaceiris/actions-gh-pages@v3 # Deploy copy files from dist/ngx-scanner-qrcode to gh-pages
Expand Down
12 changes: 6 additions & 6 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ export class AppComponent implements AfterViewInit {
width: window.innerWidth
},
},
symbolType: [
ScannerQRCodeSymbolType.ScannerQRCode_QRCODE,
ScannerQRCodeSymbolType.ScannerQRCode_I25,
ScannerQRCodeSymbolType.ScannerQRCode_DATABAR,
ScannerQRCodeSymbolType.ScannerQRCode_CODE39,
],
// symbolType: [
// ScannerQRCodeSymbolType.ScannerQRCode_QRCODE,
// ScannerQRCodeSymbolType.ScannerQRCode_I25,
// ScannerQRCodeSymbolType.ScannerQRCode_DATABAR,
// ScannerQRCodeSymbolType.ScannerQRCode_CODE39,
// ],
// isMasked: false,
// unScan: true,
// canvasStyles: [
Expand Down

0 comments on commit b611196

Please sign in to comment.