Skip to content

Commit

Permalink
feat(angular): export angular generators from @nrwl/angular/generators (
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Feb 8, 2021
1 parent a5cb929 commit 32a64c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/angular/generators.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './src/schematics/generators';
5 changes: 5 additions & 0 deletions packages/angular/src/schematics/generators.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export { applicationGenerator } from './application/application';
export { libraryGenerator } from './library/library';
export { moveGenerator } from './move/move';
export { ngrxGenerator } from './ngrx/ngrx';
export { storybookConfigurationGenerator } from './storybook-configuration/configuration';

0 comments on commit 32a64c5

Please sign in to comment.