mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
fix: angluar-cli export Chip component to be accessible by storybook render module
This commit is contained in:
parent
512e0949f7
commit
0e9c7a7298
@ -7,7 +7,7 @@ import { CHIP_COLOR } from './chip-color.token';
|
||||
|
||||
@NgModule({
|
||||
imports: [CommonModule],
|
||||
exports: [ChipsGroupComponent],
|
||||
exports: [ChipsGroupComponent, ChipComponent],
|
||||
declarations: [ChipsGroupComponent, ChipComponent, ChipTextPipe],
|
||||
providers: [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user