Skip to content

Instantly share code, notes, and snippets.

@alexzuza
Created July 8, 2019 05:24
Show Gist options
  • Save alexzuza/d46d81996717d4de13da6dca086e91da to your computer and use it in GitHub Desktop.
Save alexzuza/d46d81996717d4de13da6dca086e91da to your computer and use it in GitHub Desktop.
t21
import * as i0 from './src/app/app.component';
import * as i1 from '@angular/common';
const _ctor1: <T = any>(init: Partial<Pick<i1.NgForOf<T>, "ngForOf" | "ngForTrackBy" | "ngForTemplate">>) => i1.NgForOf<T> = (null!);
function _tcb1(ctx: i0.AppComponent) {
if (true) {
var _t1 = _ctor1({ ngForOf: [{ "name": "3" }] });
var _t2: any = (null!);
if (i1.NgForOf.ngTemplateContextGuard(_t1, _t2)) {
var _t3 = _t2.$implicit;
var _t4 = document.createElement("div");
"" + _t3.nane;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment