UNPKG

igniteui-angular

Version:

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

8 lines (7 loc) 242 B
import type { Rule, SchematicContext, Tree } from '@angular-devkit/schematics'; /** * @deprecated Temporary * * Filter tree to project source dirs */ export declare const filterSourceDirs: (host: Tree, context: SchematicContext) => Rule;