Skip to content

Commit

Permalink
Move over a bunch of angular-cli stories
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Sep 16, 2022
1 parent 90575ba commit 2a6a6fe
Show file tree
Hide file tree
Showing 93 changed files with 3 additions and 345 deletions.
4 changes: 0 additions & 4 deletions code/examples/angular-cli/src/stories/angular-demo/index.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions code/frameworks/angular/template/stories/child.component.ts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Meta, moduleMetadata, StoryFn } from '@storybook/angular';
import { Button } from '../../angular-demo';
import Button from '../../button.component';

export default {
title: 'Core / Story host styles',
Expand Down
117 changes: 0 additions & 117 deletions code/frameworks/angular/template/stories/decorators.stories.ts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Meta, StoryFn } from '@storybook/angular';
import { Button } from '../angular-demo';
import Button from '../button.component';

export default {
title: 'Legacy / Component in Story',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Meta, StoryFn } from '@storybook/angular';
import { Button } from '../../angular-demo';
import Button from '../../button.component';

export default {
title: 'Others / Issues / 12009 unknown component',
Expand Down
18 changes: 0 additions & 18 deletions code/frameworks/angular/template/stories/parent.component.ts

This file was deleted.

0 comments on commit 2a6a6fe

Please sign in to comment.