diff --git a/aio/content/cheatsheet/built-in-directives.md b/aio/content/cheatsheet/built-in-directives.md index beedbd665d..d82be6a129 100644 --- a/aio/content/cheatsheet/built-in-directives.md +++ b/aio/content/cheatsheet/built-in-directives.md @@ -20,9 +20,9 @@ Turns the li element and its contents into a template, and uses that to instanti @cheatsheetItem syntax: `
- - - + ... + ... + ...
`|`[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`. diff --git a/aio/content/cheatsheet/template-syntax.md b/aio/content/cheatsheet/template-syntax.md index f2d1fa7953..1984273b4b 100644 --- a/aio/content/cheatsheet/template-syntax.md +++ b/aio/content/cheatsheet/template-syntax.md @@ -65,7 +65,7 @@ syntax: `

...

`|`*myUnless` description: The `*` symbol turns the current element into an embedded template. Equivalent to: -`` +`

...

` @cheatsheetItem syntax: diff --git a/modules/@angular/common/src/directives/ng_for_of.ts b/modules/@angular/common/src/directives/ng_for_of.ts index 1207ceefa7..3bb141f8a2 100644 --- a/modules/@angular/common/src/directives/ng_for_of.ts +++ b/modules/@angular/common/src/directives/ng_for_of.ts @@ -70,12 +70,12 @@ export class NgForOfRow { * - `
  • ...
  • ` * - `
  • ...
  • ` * - * With `