Skip to content

Commit

Permalink
feat(ng-morph): export some classes from secondary points
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Aug 11, 2022
1 parent 86f6131 commit fb31b94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/ng-morph/project/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
export * from './classes/devkit-file-system';
export * from './classes/update-recorder';
export * from './classes/file-system';
export * from './classes/ng-cli-project';
export * from './classes/ng-morph-tree';

Expand Down
3 changes: 3 additions & 0 deletions libs/ng-morph/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
export * from './types/pattern';
export * from './types/structure-editor';
export * from './types/structure-type';
export * from './types/structured-statement';
export * from './types/filter-primitive';

export * from './helpers/array-flat';
export * from './helpers/coerce-array';
Expand Down

0 comments on commit fb31b94

Please sign in to comment.