Skip to content

Commit

Permalink
Merge pull request #14447 from storybookjs/fix-angular-inlinerenderer
Browse files Browse the repository at this point in the history
Addon-docs/Angular: Keep inlineStories to false by default
  • Loading branch information
shilman committed Apr 2, 2021
2 parents 60c2a4f + 9557b4f commit 74dce67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/docs/src/frameworks/angular/config.ts
Expand Up @@ -6,7 +6,7 @@ import { prepareForInline } from './prepareForInline';
export const parameters = {
docs: {
// probably set this to true by default once it's battle-tested
inlineStories: true,
inlineStories: false,
prepareForInline,
extractArgTypes,
extractComponentDescription,
Expand Down

0 comments on commit 74dce67

Please sign in to comment.