Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save adrianfaciu/33e3c00d69e22ae4e5d3ce3fd5cabf20 to your computer and use it in GitHub Desktop.
Save adrianfaciu/33e3c00d69e22ae4e5d3ce3fd5cabf20 to your computer and use it in GitHub Desktop.
ngOnChanges() {
this.container.clear();
for (const input of this.appNgLoopOf) {
this.container.createEmbeddedView(this.template, {
$implicit: input,
index: this.appNgLoopOf.indexOf(input),
});
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment