From 65be81baf84220fec77b6deac75641492249a791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Rodr=C3=ADguez?= Date: Mon, 20 Jun 2016 17:05:50 +0200 Subject: [PATCH] doc(CheatSheet): update ngSwitch syntax in the cheatsheet (#9361) --- modules/@angular/docs/cheatsheet/built-in-directives.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/@angular/docs/cheatsheet/built-in-directives.md b/modules/@angular/docs/cheatsheet/built-in-directives.md index 68b8941c4e..f43b247072 100644 --- a/modules/@angular/docs/cheatsheet/built-in-directives.md +++ b/modules/@angular/docs/cheatsheet/built-in-directives.md @@ -21,10 +21,10 @@ Turns the li element and its contents into a template, and uses that to instanti @cheatsheetItem syntax: `
- - + + -
`|`[ngSwitch]`|`[ngSwitchWhen]`|`ngSwitchWhen`|`ngSwitchDefault` +`|`[ngSwitch]`|`[ngSwitchCase]`|`ngSwitchCase`|`ngSwitchDefault` description: Conditionally swaps the contents of the div by selecting one of the embedded templates based on the current value of conditionExpression.