Skip to content

Commit

Permalink
Merge pull request #13886 from storybookjs/angular-clean-examples
Browse files Browse the repository at this point in the history
Angular: Clean and improve angular-cli examples
  • Loading branch information
shilman authored Feb 15, 2021
2 parents ae2f56e + ddac2cf commit fcc7529
Show file tree
Hide file tree
Showing 123 changed files with 1,051 additions and 987 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ cypress/screenshots
examples/ember-cli/ember-output
.verdaccio-cache
tsconfig.tsbuildinfo
examples/angular-cli/addon-jest.testresults.json
5 changes: 5 additions & 0 deletions examples/angular-cli/.storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ addParameters({
inlineStories: true,
prepareForInline,
},
options: {
storySort: {
order: ['Welcome', 'Core ', 'Addons ', 'Basics '],
},
},
});

export const globalTypes = {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Storyshots App Component Component with fullscreen parameters 1`] = `
exports[`Storyshots Welcome/ To Angular To Angular 1`] = `
<storybook-wrapper>
<storybook-app-root>
<div
Expand Down
Loading

0 comments on commit fcc7529

Please sign in to comment.