Skip to content
#

Storybook

storybook logo

With Storybook you can visualize different states of your UI components and develop them outside of your application.

An API is provided for external addons to provide documentation, interactivity and analytics on your components.

A command is provided to create a static version that can be deployed easily to github pages for example.

Here are 1,412 public repositories matching this topic...

storybook
AlokTakshak
AlokTakshak commented Aug 16, 2020

Describe the bug
Creating angular project with no initial app throws sb init error
• Detecting project type. ✓
• Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined

To Reproduce
Steps to reproduce the behavior:

  1. ng new ng-ui --create-application=false
  2. cd ng-ui
  3. ng g lib button -p ui
  4. npx -p @storybook/cli sb
front-end
jeffsnff
jeffsnff commented Jun 30, 2020

Bug Report

What is the current behavior?

Once logged in, a user's first name, last name, and zip code are being tracked in the browser cookie storage.

What is the expected behavior?

Instead, wherever we need this info we should make an API request using the getUserPromise method. We only need to store the token in the cookie (for now - this, too, is changed eventually).

What

You can’t perform that action at this time.