New to Kendo UI for AngularStart a free 30-day trial

Represents the NgModule definition for the QR Code component.

Use this module to add QR Code support to your application.

Definition

Package:@progress/kendo-angular-barcodes

Syntax:

ts
// Import the QRCodeModule
import { QRCodeModule } from '@progress/kendo-angular-barcodes';

import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { AppComponent } from './app.component';

@NgModule({
    declarations: [AppComponent],
    imports: [BrowserModule, QRCodeModule],
    bootstrap: [AppComponent]
})
export class AppModule {}
In this article
Definition
Not finding the help you need?
Contact Support