Skip to content

Commit a31721a

Browse files
bsogulcandevversion
authored andcommitted
docs: remove whitespace (angular#58042)
PR Close angular#58042
1 parent b6bc938 commit a31721a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev/src/content/guide/templates/binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ When using static CSS classes, directly binding `class`, and binding specific cl
155155

156156
```angular-ts
157157
@Component({
158-
template: `<ul class="list" [class]="listType " [class.expanded]="isExpanded"> ...`,
158+
template: `<ul class="list" [class]="listType" [class.expanded]="isExpanded"> ...`,
159159
...
160160
})
161161
export class Listbox {

0 commit comments

Comments
 (0)