From fb556d7aa382ef75abf0a3985db1f6c348a089c2 Mon Sep 17 00:00:00 2001 From: y-kurami Date: Sat, 20 Jan 2018 19:58:38 +0900 Subject: [PATCH] remove entryComponents prop from metadata --- examples/angular-cli/src/stories/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/angular-cli/src/stories/index.ts b/examples/angular-cli/src/stories/index.ts index 8d466dd40a..08fc7eac36 100644 --- a/examples/angular-cli/src/stories/index.ts +++ b/examples/angular-cli/src/stories/index.ts @@ -9,7 +9,6 @@ storiesOf('Welcome', module).add('to Storybook', () => ({ storiesOf('Button', module) .add('with text', () => ({ moduleMetadata: { - entryComponents: [Button, Welcome], declarations: [Button, Welcome], }, props: {