# component-story [hidden] Create a stories.ts file for a component ## Usage ```bash ng generate component-story ... ``` ## Options ### componentFileName Type: `string` Component file name without the .ts extension ### componentName Type: `string` Class name of the component ### componentPath Type: `string` Relative path to the component file from the library root ### libPath Type: `string` Path to the library ### moduleFileName Type: `string` File name of the module that declares this component ### ngModuleClassName Type: `string` Class name of the module that declares this component