Skip to content

Commit d5c7c47

Browse files
committed
fix(stnadalone-apis): strip space from template
1 parent 14c14fa commit d5c7c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standalone-apis/testing-a-standalone-attribute-directive-using-the-angular-testbed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ describe(PrimerButtonDirective.name, () => {
6868
@Component({
6969
imports: [PrimerButtonDirective],
7070
standalone: true,
71-
template: ` <button primerButton [size]="size" [variant]="variant">Button</button> `,
71+
template: `<button primerButton [size]="size" [variant]="variant">Button</button>`,
7272
})
7373
class TestHostComponent {
7474
@Input()

0 commit comments

Comments
 (0)