UNPKG

@ngneat/cmdk

Version:

<p align="center"> <img width="20%" height="20%" src="./src/assets/ngneat%20cdk.svg"> </p>

6 lines (5 loc) 251 B
import { Tree } from '@angular-devkit/schematics'; /** * Whether the Angular module in the given path imports the specifed module class name. */ export declare const hasNgModuleImport: (tree: Tree, modulePath: string, className: string) => boolean;