@ngneat/cmdk
Version:
<p align="center"> <img width="20%" height="20%" src="./src/assets/ngneat%20cdk.svg"> </p>
6 lines (5 loc) • 405 B
TypeScript
import { SchematicsException } from '@angular-devkit/schematics';
import { WorkspaceProject } from '@schematics/angular/utility/workspace-models';
/** Resolves the architect options for the build target of the given project. */
export declare const getProjectTargetOptions: (project: WorkspaceProject, buildTarget: string) => any;
export declare const targetBuildNotFoundError: () => SchematicsException;