Skip to content

Commit

Permalink
feat(angular): expose storybook component story generator (#9606)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Mar 30, 2022
1 parent b02beb5 commit e22bdd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/generated/packages/angular.json
Expand Up @@ -432,9 +432,9 @@
"presets": []
},
"description": "Creates a stories.ts file for a component.",
"hidden": true,
"implementation": "/packages/angular/src/generators/component-story/component-story.ts",
"aliases": [],
"hidden": false,
"path": "/packages/angular/src/generators/component-story/schema.json"
},
{
Expand Down
6 changes: 2 additions & 4 deletions packages/angular/generators.json
Expand Up @@ -30,8 +30,7 @@
"component-story": {
"factory": "./src/generators/component-story/compat",
"schema": "./src/generators/component-story/schema.json",
"description": "Creates a `stories.ts` file for a component.",
"hidden": true
"description": "Creates a `stories.ts` file for a component."
},
"convert-tslint-to-eslint": {
"factory": "./src/generators/convert-tslint-to-eslint/convert-tslint-to-eslint#conversionSchematic",
Expand Down Expand Up @@ -190,8 +189,7 @@
"component-story": {
"factory": "./src/generators/component-story/component-story",
"schema": "./src/generators/component-story/schema.json",
"description": "Creates a stories.ts file for a component.",
"hidden": true
"description": "Creates a stories.ts file for a component."
},
"convert-tslint-to-eslint": {
"factory": "./src/generators/convert-tslint-to-eslint/convert-tslint-to-eslint#conversionGenerator",
Expand Down

1 comment on commit e22bdd0

@vercel
Copy link

@vercel vercel bot commented on e22bdd0 Mar 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.