Storybook hinzugefĆ¼gt
[examples/angular-tutorial] / .storybook / main.js
1 module.exports = {
2   stories: ['../src/**/*.stories.ts'],
3   addons: ['@storybook/addon-actions', '@storybook/addon-links', '@storybook/addon-notes'],
4 };