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 8e24b81 commit 6161ec6Copy full SHA for 6161ec6
src/cdk/portal/portal.md
@@ -70,7 +70,7 @@ Usage:
70
```
71
72
```ts
73
-@ViewChild('templatePortalContent') templatePortalContent: TemplateRef<unknow>;
+@ViewChild('templatePortalContent') templatePortalContent: TemplateRef<unknown>;
74
75
ngAfterViewInit() {
76
this.templatePortal = new TemplatePortal(
0 commit comments