Unable to use meteor add yasseraudio:angular-qrcode

I want to generate QR in my app. I have added the yasseraudio:angular-qrcode package, but when I adding to the angular module, it says module unavailable.
I’m using angular-meteor.
This is my module
(function() {
‘use strict’;

angular
.module(‘app.core’, [
‘angular-meteor’,
‘ui.router’,
‘ngMaterial’,
‘toastr’,
‘monospaced.qrcode’

]);

})();
If anyone know to this issue, please help to generate QR. This is also added npm install angular-qrcode

this is the error
Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to:
Error: [$injector:modulerr] Failed to instantiate module app.visitor due to:
Error: [$injector:modulerr] Failed to instantiate module monospaced.qrcode due to:
Error: [$injector:nomod] Module ‘monospaced.qrcode’ is not available