Created
July 8, 2019 05:24
-
-
Save alexzuza/d46d81996717d4de13da6dca086e91da to your computer and use it in GitHub Desktop.
t21
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
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