python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Storybook problem with inputs after upgrading angular to version 13
after upgrading angular to the latest version and stroybook, I have a problem with a component that worked fine before.
TS file:
const defaultConfig = {
h1: "test",
h2: "test&qu...
Young programmer
Votes: 0
Answers: 1
The specified command ("storybook") is invalid. For a list of available options (angular cli 13)
im my angular 13.1.1 application i added storybook and manually adding angular cli build option to the project so that it will use angular build to build storybook be getting invalid option error
Belo...

Aniruddha Das
Votes: 0
Answers: 0
how to update angular storybook for correct source code example?
i have component witch is rendered like this
<app-content-tabs>
<app-tab tabTitle="Request info">tab 1 content</app-tab>
<app-tab tabTitle="S...
user1848635
Votes: 0
Answers: 1