Created
August 1, 2019 11:11
-
-
Save mdshadman/a981dbd873e787abd7109769244e03b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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