Do more styling work for sidebar

This commit is contained in:
Corbin Crutchley
2020-03-25 16:02:51 -07:00
parent 1156219fb5
commit 554ec01f3a
5 changed files with 32 additions and 16 deletions

View File

@@ -1616,9 +1616,9 @@ Of course, this means that you can send any value as the context. Change the cod
```typescript
{
$implicit: pigLatinVal,
original: this.makePiglatin,
makePiglatinCasing: 'See? Any value'
$implicit: pigLatinVal,
original: this.makePiglatin,
makePiglatinCasing: 'See? Any value'
}
```