mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-07 21:07:47 +00:00
docs: showcase host components
This commit is contained in:
@@ -258,3 +258,14 @@ class RedDirective {
|
||||
export class App {}
|
||||
```
|
||||
|
||||
This will output to something akin to the following Angular template:
|
||||
|
||||
```html
|
||||
<red-div
|
||||
[style]="selected ? 'background-color: red; color: white;' : ''"
|
||||
(click)="selected = !selected"
|
||||
>
|
||||
<span>This is red when I am selected</span>
|
||||
</red-div>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user