Skip to content

Instantly share code, notes, and snippets.

@isNotOkay
Created May 3, 2019 11:02
Show Gist options
  • Save isNotOkay/d8c3a9213d32d55ef6d8d23d8bab2948 to your computer and use it in GitHub Desktop.
Save isNotOkay/d8c3a9213d32d55ef6d8d23d8bab2948 to your computer and use it in GitHub Desktop.
propertyNames.forEach((propertyName: string, index: number) => {
this.viewContainerRef.createEmbeddedView(this.templateRef, {
$implicit: propertyName,
index
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment