From e64423b2e3a702d115a45a0ab71ffdbf5371786b Mon Sep 17 00:00:00 2001 From: ThibaudAv Date: Sun, 29 Nov 2020 18:23:58 +0100 Subject: [PATCH] fix: angluar-cli export Chip component to be accessible by storybook render module --- examples/angular-cli/src/stories/module-context/chips.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/angular-cli/src/stories/module-context/chips.module.ts b/examples/angular-cli/src/stories/module-context/chips.module.ts index b57d20d5ed83..7646823bec33 100644 --- a/examples/angular-cli/src/stories/module-context/chips.module.ts +++ b/examples/angular-cli/src/stories/module-context/chips.module.ts @@ -7,7 +7,7 @@ import { CHIP_COLOR } from './chip-color.token'; @NgModule({ imports: [CommonModule], - exports: [ChipsGroupComponent], + exports: [ChipsGroupComponent, ChipComponent], declarations: [ChipsGroupComponent, ChipComponent, ChipTextPipe], providers: [ {