UNPKG

@ng-zen/cli

Version:

A CLI tool for generating customizable, modern Angular UI components using schematics.

8 lines (4 loc) 289 B
import { NodeDependencyType } from '@schematics/angular/utility/dependencies'; import { ComponentType } from '../schematics/components/components-generator'; type Kind = Record<NodeDependencyType, Record<string, string>>; export type FilesConfig = Record<ComponentType, Partial<Kind>>;