docs: remove whitespace (#58042)

PR Close #58042
This commit is contained in:
Suat Oğulcan Özcan 2024-10-02 05:31:48 +03:00 committed by Paul Gschwendtner
parent 7c16e70b20
commit c48816e123

View file

@ -155,7 +155,7 @@ When using static CSS classes, directly binding `class`, and binding specific cl
```angular-ts
@Component({
template: `<ul class="list" [class]="listType " [class.expanded]="isExpanded"> ...`,
template: `<ul class="list" [class]="listType" [class.expanded]="isExpanded"> ...`,
...
})
export class Listbox {