diff --git a/projects/cdk/schematics/index.ts b/projects/cdk/schematics/index.ts new file mode 100644 index 000000000000..5191c35ab0fe --- /dev/null +++ b/projects/cdk/schematics/index.ts @@ -0,0 +1,27 @@ +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 * from './ng-add/schema'; +export * from './utils/add-import-to-closest-module'; +export * from './utils/add-import-to-component'; +export * from './utils/add-unique-import'; +export * from './utils/angular/ng-component'; +export * from './utils/angular/ng-module'; +export * from './utils/angular-json-manipulations'; +export * from './utils/colored-log'; +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/replace-tag';