To set the detailRef , put this in the component code ( my-wrapper.component.ts ): import { ContentChild, TemplateRef } from '@angular/core'; @Component({ ... }) ...
確定! 回上一頁