@taiga-ui/cdk
Version:
Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance
23 lines (22 loc) • 983 B
TypeScript
export * from './constants/file-globs';
export * from './constants/taiga-styles';
export * from './ng-add/constants/modules';
export * from './ng-add/constants/packages';
export * from './ng-add/constants/versions';
export type * from './ng-add/schema';
export * from './utils/add-import-to-closest-module';
export * from './utils/add-unique-import';
export * from './utils/angular-json-manipulations';
export * from './utils/create-angular-json';
export * from './utils/get-component-from-identifier';
export * from './utils/get-execution-time';
export * from './utils/get-named-import-references';
export * from './utils/get-project-target-options';
export * from './utils/get-projects';
export * from './utils/get-standalone-bootstrap-function';
export * from './utils/import-manipulations';
export * from './utils/insert-todo';
export * from './utils/is-ci';
export * from './utils/progress';
export * from './utils/project-root';
export * from './utils/push-to-array-property';