Created
September 30, 2017 11:14
-
-
Save adrianfaciu/33e3c00d69e22ae4e5d3ce3fd5cabf20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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