Home
last modified time | relevance | path

Searched refs:vcRef (Results 1 – 1 of 1) sorted by relevance

/test/vti/test_serving/gae/frontend/src/app/menu/
Dcdk-detail-row.directive.ts49 constructor(public vcRef: ViewContainerRef) { } property in CdkDetailRowDirective
58 this.vcRef.clear();
62 this.opened = this.vcRef.length > 0;
67 this.vcRef.clear();
69 this.vcRef.createEmbeddedView(this.tRef, { $implicit: this.row });