Created
July 8, 2019 05:27
-
-
Save alexzuza/c44177a868a87cc2caf734fcb0acf9a8 to your computer and use it in GitHub Desktop.
t26
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
const _ctor1: (init: Partial<Pick<i1.ChildComponent, "prop">>) => i1.ChildComponent = (null!); | |
function _tcb1(ctx: i0.AppComponent) { | |
if (true) { | |
var _t1 = _ctor1({}); | |
_t1.s; // Property 's' does not exist on type 'ChildComponent'. | |
var _t2 = document.createElement("app-child"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment