Skip to content

Commit

Permalink
Merge pull request #19189 from spaceribs/fix/decorate-story-export
Browse files Browse the repository at this point in the history
Alias decorateStory as applyDecorators for angular integration
  • Loading branch information
tmeasday committed Sep 16, 2022
2 parents b028891 + 23a3438 commit 7e91dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/frameworks/angular/src/client/config.ts
@@ -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 7e91dfb

Please sign in to comment.