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 authored and shilman committed Sep 28, 2022
1 parent edf9867 commit 610073b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/angular/src/client/preview/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' };

0 comments on commit 610073b

Please sign in to comment.