Skip to content

Using Angular TemplateRef Error"Cannot read properties of undefined (reading 'createEmbeddedView')" #1653

Answered by miamilabs
arammarm asked this question in Q&A
Discussion options

You must be logged in to vote

Ok i fixed this.

as from missing knowedge from Angular i implemented my templage not on right way.

After implementhis this into HTML all issues was been solved.

<ng-template #demoNg let-data="adtData" let-emitter="captureEvents">
<x-dt-action-edit-delete [data]="data" actionText="View" (emitter)="emitter($event)">

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@shanmukhateja
Comment options

@miamilabs
Comment options

@miamilabs
Comment options

Answer selected by shanmukhateja
@Jerry97
Comment options

@miamilabs
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
5 participants
Converted from issue

This discussion was converted from issue #1652 on April 30, 2022 06:58.