Skip to content

Commit

Permalink
Merge pull request #2790 from Quramy/angular-example-remove-entries
Browse files Browse the repository at this point in the history
remove entryComponents prop from metadata
  • Loading branch information
igor-dv authored Jan 20, 2018
2 parents 8bc13f7 + cdc9c9f commit 4886eff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/angular-cli/src/stories/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ storiesOf('Welcome', module).add('to Storybook', () => ({
storiesOf('Button', module)
.add('with text', () => ({
moduleMetadata: {
entryComponents: [Button, Welcome],
declarations: [Button, Welcome],
},
props: {
Expand Down

0 comments on commit 4886eff

Please sign in to comment.