Tom Coleman 225c4be4ac Revert "add scancode file and fix declared type for channel"
This reverts commit 9cab57050542c379ea42b29aeab4e46c5746adb9.
2019-01-10 12:29:19 +11:00
..
2018-01-08 14:02:45 +02:00
2018-01-28 20:13:34 +02:00
2019-01-09 18:48:10 +08:00
2018-10-29 11:47:01 +08:00
2018-10-10 18:29:11 +03:00
2018-01-29 19:29:13 +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 -p @storybook/cli sb 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.