UNPKG

ng-qrcode

Version:

Simple AOT compatible QR code generator for your Angular project.

13 lines (12 loc) 617 B
import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "./qr-code.component"; import * as i3 from "./qr-code.directive"; /** * @deprecated prefer importing `QrCodeComponent` or `QrCodeDirective` directly */ export declare class QrCodeModule { static ɵfac: i0.ɵɵFactoryDeclaration<QrCodeModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<QrCodeModule, never, [typeof i1.CommonModule, typeof i2.QrCodeComponent, typeof i3.QrCodeDirective], [typeof i2.QrCodeComponent, typeof i3.QrCodeDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<QrCodeModule>; }