@progress/kendo-angular-buttons
Version:
Buttons Package for Angular
34 lines (33 loc) • 1.46 kB
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 "./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.
*
* Required for adding Chip and ChipList features in NgModule-based Angular applications.
*
* @example
* ```typescript
* import { ChipModule } from '@progress/kendo-angular-buttons';
* import { NgModule } from '@angular/core';
* import { BrowserModule } from '@angular/platform-browser';
* import { AppComponent } from './app.component';
*
* @NgModule({
* declarations: [AppComponent],
* imports: [BrowserModule, ChipModule],
* 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>;
}