Kai Röder a307471835 build(angular): remove unused dependencies
According to `npx depcheck`, the dependencies
in this commit can be removed.
2022-10-15 12:05:43 +02:00
..
2022-10-13 17:49:41 +11:00
2022-07-29 18:47:46 +01: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.