We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f1453 commit a864eeeCopy full SHA for a864eee
README.md
@@ -1,6 +1,6 @@
1
# TemplateRef and ViewContainerRef
2
3
-> Everything start with a story... Six Ws (*Who / What / Where / When / How / Why*)
+> This repo will show you several examples about how TemplateRef, ViewContainerRef and ViewChild works.
4
5

6
@@ -112,6 +112,8 @@ ComponentRef (https://angular.io/api/core/ComponentRef)
112
113
## Interpolate template #variable
114
115
+*See [example4](./src/app/example4/README.md) use case.*
116
+
117
- [ViewChild angular-dom-manipulation-techniques-using-viewcontainerref](https://indepth.dev/exploring-angular-dom-manipulation-techniques-using-viewcontainerref/#-viewchild)
118
119
```html
0 commit comments