I wanted to use cordova barcode/qrcode scanner plugin in my angular 7 project.I did a bit of research and got only demos for ionic app.I'm really confused on how to proceed further.How to integrate it in my application?
I have created a cordova application and integrated it with my angular app.It is working fine.But now when i'm trying to use plugins like barcode scanner i'm getting error
cordova plugin add phonegap-plugin-barcodescanner
and then added this line in index.html in angular app
<script type="text/javascript" src="cordova.js"></script>
I'm geting error in app.ts file the cordova does not exist