Kai Röder 93e07d0784 build(angular): add missing dependency @storybook/core-webpack
The dependency @storybook/core-webpack is being referenced
in angular/src/types.ts but not listed as dependency.
2022-10-15 12:05:53 +02:00
..
2022-10-13 17:49:41 +11:00
2022-07-21 11:24:07 +02:00
2022-07-21 11:24:07 +02:00
2022-07-29 18:47:46 +01:00
2022-07-21 11:24:07 +02:00
2022-07-21 11:24:07 +02:00
2022-07-21 11:24:07 +02:00
2022-10-04 15:14:41 +02:00

Storybook for Angular

Storybook for Angular is a UI development environment for your Angular components. With it, you can visualize different states of your UI components and develop them interactively.

Storybook Screenshot

Storybook runs outside of your app. So you can develop UI components in isolation without worrying about app specific dependencies and requirements.

Getting Started

cd my-angular-app
npx storybook init

For more information visit: storybook.js.org


Storybook also comes with a lot of addons and a great API to customize as you wish. You can also build a static version of your Storybook and deploy it anywhere you want.