Skip to content

Instantly share code, notes, and snippets.

@martinakraus
Created March 28, 2020 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinakraus/ed2498959683a000817430c503b1b1cc to your computer and use it in GitHub Desktop.
Save martinakraus/ed2498959683a000817430c503b1b1cc to your computer and use it in GitHub Desktop.
compiled Ivy code with ngIf-directive
if (renderflags & RenderFlags.UPDATE) {
core.ɵɵadvance(1);
core.ɵɵproperty("ngIf", ctx.title);
core.ɵɵadvance(1);
core.ɵɵtextInterpolate1(" Welcome to ", ctx.title, "!\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment