Skip to content

Commit

Permalink
chore: add entry point for proprietary schematics (#5074)
Browse files Browse the repository at this point in the history
Co-authored-by: splincode <>
  • Loading branch information
splincode authored Aug 10, 2023
1 parent b15b769 commit 6247c2d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions projects/cdk/schematics/index.ts
Original file line number Diff line number Diff line change
@@ -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';

0 comments on commit 6247c2d

Please sign in to comment.