Skip to content

Commit

Permalink
Merge branch 'next' into preact-vite-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Dec 28, 2022
2 parents 01c0eed + 3f84da1 commit 2f5e941
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ WithCustomNgComponentOutletWrapper.argTypes = {
name: { control: 'text' },
color: { control: 'color' },
};
WithCustomNgComponentOutletWrapper.args = { name: 'Dixie Normous', color: 'green' };
WithCustomNgComponentOutletWrapper.args = { name: 'Color', color: 'green' };
WithCustomNgComponentOutletWrapper.decorators = [
moduleMetadata({
declarations: [NgComponentOutletWrapperComponent],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ WithComponentFactoryResolver.argTypes = {
name: { control: 'text' },
color: { control: 'color' },
};
WithComponentFactoryResolver.args = { name: 'Dixie Normous', color: 'chartreuse' };
WithComponentFactoryResolver.args = { name: 'Color', color: 'chartreuse' };
WithComponentFactoryResolver.decorators = [
moduleMetadata({
declarations: [ComponentFactoryWrapperComponent],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ WithInjectionTokenAndArgs.argTypes = {
name: { control: 'text' },
color: { control: 'color' },
};
WithInjectionTokenAndArgs.args = { name: 'Dixie Normous', color: 'red' };
WithInjectionTokenAndArgs.args = { name: 'Color', color: 'red' };

0 comments on commit 2f5e941

Please sign in to comment.