mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
7c16e70b20
commit
c48816e123
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue