UNPKG

igniteui-angular-sovn

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

14 lines (12 loc) 387 B
import { NgModule } from '@angular/core'; import { IgxFilterDirective, IgxFilterPipe } from './filter.directive'; /** * @hidden * IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components */ @NgModule({ imports: [IgxFilterDirective, IgxFilterPipe], exports: [IgxFilterDirective, IgxFilterPipe] }) export class IgxFilterModule { }