Skip to content

Instantly share code, notes, and snippets.

@mdshadman
Created August 1, 2019 11:11
Show Gist options
  • Save mdshadman/a981dbd873e787abd7109769244e03b5 to your computer and use it in GitHub Desktop.
Save mdshadman/a981dbd873e787abd7109769244e03b5 to your computer and use it in GitHub Desktop.
<ion-header>
<ion-toolbar>
<ion-buttons slot="start">
<ion-menu-button></ion-menu-button>
</ion-buttons>
<ion-title>
Home
</ion-title>
</ion-toolbar>
</ion-header>
<ion-content>
<ion-card class="welcome-card">
<img src="/assets/scan.jpeg" alt="" />
<ion-card-header>
<ion-card-subtitle>Get Started</ion-card-subtitle>
<ion-card-title> QR Code and Barcode </ion-card-title>
</ion-card-header>
<ion-card-content>
<p>Here we can scan a Qr code or Barcode to get data and we will also see how to generate Barcode.</p>
</ion-card-content>
<ion-button expand='block' margin (click)="goToBarcodeScan()">Click to scan a barcode</ion-button>
</ion-card>
</ion-content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment