@progress/kendo-angular-indicators
Version:
Kendo UI Indicators for Angular
17 lines (16 loc) • 987 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import * as i0 from "@angular/core";
import * as i1 from "./badge/badge.component";
import * as i2 from "./badge/badge-container.component";
/**
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
* definition for the Badge and BadgeContainer components.
*/
export declare class BadgeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<BadgeModule, never, [typeof i1.BadgeComponent, typeof i2.BadgeContainerComponent], [typeof i1.BadgeComponent, typeof i2.BadgeContainerComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<BadgeModule>;
}