@taiga-ui/cdk
Version:
Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance
28 lines (27 loc) • 1.23 kB
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 type * from './ng-update/interfaces';
export * from './ng-update/utils/get-file-system';
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';
export * from './utils/remove-module';
export * from './utils/templates/get-component-templates';
export * from './utils/templates/template-resource';