Skip to content

Commit

Permalink
Alias decorateStory as applyDecorators for angular integration
Browse files Browse the repository at this point in the history
Fixes: #17330
  • Loading branch information
spaceribs committed Sep 14, 2022
1 parent 8def4a4 commit 23a3438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/frameworks/angular/src/client/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import './globals';

export { render, renderToDOM } from './render';
export { decorateStory } from './decorateStory';
export { decorateStory as applyDecorators } from './decorateStory';

export const parameters = { framework: 'angular' as const };

0 comments on commit 23a3438

Please sign in to comment.