UNPKG

@ng-zen/cli

Version:

Angular UI components generator – Zen UI Kit CLI for schematics-based creation of customizable components like avatar, button, checkbox, divider, form-control, icon, input, skeleton, switch, textarea with Storybook demos.

5 lines (3 loc) 205 B
import { ComponentType } from '../schematics/components/schema'; // add selected elements to this array, then values are available in other schematics export const selectedElements: ComponentType[] = [];