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

BarcodesModule

Updated on Oct 31, 2025

Represents the NgModule definition for the Barcode and QR Code components.

Use this module to add Barcode and QR Code features to your application.

ts
// Import the Barcodes module.
import { BarcodesModule } 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, BarcodesModule],
    bootstrap: [AppComponent]
})
export class AppModule {}
Not finding the help you need?
Contact Support