Searched refs:tRef (Results 1 – 1 of 1) sorted by relevance
24 private tRef: TemplateRef<any>; property in CdkDetailRowDirective42 if (value !== this.tRef) {43 this.tRef = value;68 if (this.tRef && this.row) {69 this.vcRef.createEmbeddedView(this.tRef, { $implicit: this.row });