@progress/kendo-angular-ripple
Version:
Ripple Package for Angular
31 lines (30 loc) • 1.3 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 "./ripple-container.directive";
/**
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
* definition for the Ripple directive.
*
* @example
* ```typescript
* import { NgModule } from '@angular/core';
* import { BrowserModule } from '@angular/platform-browser';
* import { RippleModule } from '@progress/kendo-angular-ripple';
* import { AppComponent } from './app.component';
*
* @NgModule({
* declarations: [AppComponent],
* imports: [BrowserModule, RippleModule],
* bootstrap: [AppComponent]
* })
* export class AppModule {}
* ```
*/
export declare class RippleModule {
static ɵfac: i0.ɵɵFactoryDeclaration<RippleModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<RippleModule, never, [typeof i1.RippleContainerDirective], [typeof i1.RippleContainerDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<RippleModule>;
}