UNPKG

primeng-extensions

Version:

[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![npm](https://img.shields.io/npm/dt/primeng-extensions.svg)]() [![Dependency Status][daviddm-image]][daviddm-url] ![Crates.io](https://img.shields.io/github/license/mashape

28 lines (27 loc) 1.23 kB
import { ElementRef, OnDestroy, OnInit, AfterViewChecked } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; export declare class QRCodeComponent implements OnDestroy, OnInit, AfterViewChecked { value: string; background: string; backgroundAlpha: number; foreground: string; foregroundAlpha: number; level: string; mime: string; padding: number; size: number; containerViewChild: ElementRef; qrcode: null; initialized: boolean; ngOnInit(): void; ngAfterViewChecked(): void; init(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDef<QRCodeComponent>; static ɵcmp: i0.ɵɵComponentDefWithMeta<QRCodeComponent, "pe-qrcode", never, { "value": "value"; "background": "background"; "backgroundAlpha": "backgroundAlpha"; "foreground": "foreground"; "foregroundAlpha": "foregroundAlpha"; "level": "level"; "mime": "mime"; "padding": "padding"; "size": "size"; }, {}, never>; } export declare class QRCodeModule { static ɵmod: i0.ɵɵNgModuleDefWithMeta<QRCodeModule, [typeof QRCodeComponent], [typeof i1.CommonModule], [typeof QRCodeComponent]>; static ɵinj: i0.ɵɵInjectorDef<QRCodeModule>; }