We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added storybook to a fresh angular project and it needs extra steps to install.
Here's what I expected to work:
ng new angular-test cd angular-test/ yarn add @storybook/cli --dev yarn run getstorybook yarn run storybook
Here are the additional steps I had to take to get the example working:
yarn add @storybook/addon-notes --dev yarn add @types/lodash-es --dev yarn storybook
The text was updated successfully, but these errors were encountered:
So is it fixed?
Sorry, something went wrong.
No branches or pull requests
Issue details
Added storybook to a fresh angular project and it needs extra steps to install.
Steps to reproduce
Here's what I expected to work:
Here are the additional steps I had to take to get the example working:
Please specify which version of Storybook and optionally any affected addons that you're running
Affected platforms
The text was updated successfully, but these errors were encountered: