Skip to content

Commit

Permalink
fix: angluar-cli export Chip component to be accessible by storybook …
Browse files Browse the repository at this point in the history
…render module
  • Loading branch information
ThibaudAV committed Dec 1, 2020
1 parent 67bd1b8 commit e64423b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@ import { CHIP_COLOR } from './chip-color.token';

@NgModule({
imports: [CommonModule],
exports: [ChipsGroupComponent],
exports: [ChipsGroupComponent, ChipComponent],
declarations: [ChipsGroupComponent, ChipComponent, ChipTextPipe],
providers: [
{
Expand Down

0 comments on commit e64423b

Please sign in to comment.