Skip to content

Commit ef31a69

Browse files
bmrankinGregor Woiwode
authored andcommitted
Update README.md
1 parent 0ae1ae8 commit ef31a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ This snippet inserts the `ngSwitch` directive.
273273

274274
```html
275275
<div [ngSwitch]="conditionExpression">
276-
<div *ngSwitchWhen="expression">output</div>
276+
<div *ngSwitchCase="expression">output</div>
277277
<div *ngSwitchDefault>output2</div>
278278
</div>
279279
```

0 commit comments

Comments
 (0)