UNPKG

@progress/kendo-angular-buttons

Version:
41 lines (40 loc) 1.59 kB
/**----------------------------------------------------------------------------------------- * 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 "./chip.component"; import * as i2 from "./chip-list.component"; /** * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi']) * definition for the Chip and ChipList components. * * @example * * ```ts-no-run * // Import the Chip module * import { ChipModule } from '@progress/kendo-angular-buttons'; * * // The browser platform with a compiler * import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; * * import { NgModule } from '@angular/core'; * * // Import the app component * import { AppComponent } from './app.component'; * * // Define the app module * _@NgModule({ * declarations: [AppComponent], // declare app component * imports: [BrowserModule, ChipModule], // import Chip module * bootstrap: [AppComponent] * }) * export class AppModule {} * * ``` */ export declare class ChipModule { static ɵfac: i0.ɵɵFactoryDeclaration<ChipModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<ChipModule, never, [typeof i1.ChipComponent, typeof i2.ChipListComponent], [typeof i1.ChipComponent, typeof i2.ChipListComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<ChipModule>; }