Skip to content

Commit a864eee

Browse files
feat: Update README.md.
1 parent b9f1453 commit a864eee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TemplateRef and ViewContainerRef
22

3-
> Everything start with a story... Six Ws (*Who / What / Where / When / How / Why*)
3+
> This repo will show you several examples about how TemplateRef, ViewContainerRef and ViewChild works.
44
55
![Angular template schema](./assets/angular_template.svg)
66

@@ -112,6 +112,8 @@ ComponentRef (https://angular.io/api/core/ComponentRef)
112112
113113
## Interpolate template #variable
114114
115+
*See [example4](./src/app/example4/README.md) use case.*
116+
115117
- [ViewChild angular-dom-manipulation-techniques-using-viewcontainerref](https://indepth.dev/exploring-angular-dom-manipulation-techniques-using-viewcontainerref/#-viewchild)
116118
117119
```html

0 commit comments

Comments
 (0)