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 1fd4be5 commit c4cb63bCopy full SHA for c4cb63b
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