Skip to content

Commit

Permalink
Adjust preserveWhitespace example
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Jan 17, 2023
1 parent 7239594 commit 9877df1
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Component } from '@angular/core';

@Component({
selector: 'component-with-whitespace',
preserveWhitespaces: true,
template: ` <div>
<p>Some content</p>
</div>`,
Expand All @@ -12,11 +13,6 @@ class ComponentWithWhitespace {}
export default {
// title: 'Core / Parameters / With Bootstrap Options',
component: ComponentWithWhitespace,
parameters: {
bootstrapOptions: {
preserveWhitespaces: true,
},
},
} as Meta;

export const WithPreserveWhitespaces: StoryFn = (_args) => ({});

0 comments on commit 9877df1

Please sign in to comment.